You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a mismatch between the image that is displayed with plt.show() and the image generated with fig.savefig() (and also with the image that you get by clicking Save the figure in plt.show window :
I don't know if you understand why?
Regards,
N. M.
PLT SHOW SCREENSHOT :
PLT "SAVE THE FIGURE"
(see the top right texts for example)
PLT SAVEFIG
The text was updated successfully, but these errors were encountered:
BTW, treemap has a little change. The wrap parameter is renamed to reflow for not introducing confusion, since matplotlib.text.Text has the wrap parameter
Hi,
First, thx a lot for your amazing lib.
There's a mismatch between the image that is displayed with
plt.show()
and the image generated withfig.savefig()
(and also with the image that you get by clickingSave the figure
in plt.show window :I don't know if you understand why?
Regards,
N. M.
PLT SHOW SCREENSHOT :
PLT "SAVE THE FIGURE"
(see the top right texts for example)
PLT SAVEFIG
The text was updated successfully, but these errors were encountered: