Skip to content

Image png not saving #45

@SJaffa

Description

@SJaffa

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??

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions