如何在matplotlib图形中设置多年的X轴限制

时间:2017-04-22 23:35:54

标签: python matplotlib

我的情节如下:

%matplotlib inline
import matplotlib.pyplot as plt

df[['Year','Unemployment with primary education (% of total 
unemployment)','Unemployment with secondary education (% of total 
unemployment)','Unemployment with tertiary education (% of total 
unemployment)']].set_index('Year').plot()

plt.legend(loc='center left', bbox_to_anchor=(1, 0.5))

enter image description here

我想将x轴限制到2005年。我怎么能这样做?

1 个答案:

答案 0 :(得分:1)

我没有您的数据,但如果configuration.configure("classpath:com/resources/hibernate.cfg.xml");是一个简单的数字,您可以通过调用

来设置限制
'year'