0

Could you please help me correctly save chart images?

The saved files has axes x-titles that are cut off? See below:

Current Chart Image

1

I'm currently using:

ax.figure.set_size_inches(16, 9)

#adjusting the tick marks

plt.xticks(rotation=75)

#saving plot
plt.show()
fig.savefig('figure6.png')
plt.clf()

vimuth
  • 5,064
  • 33
  • 79
  • 116
EvilRick
  • 1
  • 1

0 Answers0