I need to save a graph with high resolution by:
plt.savefig('trace', format='jpeg', bbox_inches='tight', dpi=3000)
But it saves partially, like this:
How can I solve this problem?
I need to save a graph with high resolution by:
plt.savefig('trace', format='jpeg', bbox_inches='tight', dpi=3000)
But it saves partially, like this:
How can I solve this problem?