``` fig = plt.figure() data.loc['Italy'].plot() data.loc['Sweden'].plot() fig.xticks(rotation=90) plt.ylabel('GDP per capita (USD$)') plt.show() plt.savefig('plot2.png') ``` This is slow for some people and seemed to save just a white square??