why python saves graph partially in high dpi?

69 Views Asked by At

I need to save a graph with high resolution by:

plt.savefig('trace', format='jpeg', bbox_inches='tight', dpi=3000)

The main graph is: enter image description here

But it saves partially, like this: enter image description here

How can I solve this problem?

0

There are 0 best solutions below