All Questions
1 question
0
votes
0
answers
72
views
why python saves graph partially in high dpi?
I need to save a graph with high resolution by:
plt.savefig('trace', format='jpeg', bbox_inches='tight', dpi=3000)
The main graph is:
But it saves partially, like this:
How can I solve this problem?...