I find several links(e.g. this one) about the size or resolution of figures plot by matplotlib.
Like , we can use pl.show(), and zoom in or zoom out before we save the figure. We can see as many details as possible in this way.
However, after we specify a dpi value in pl.savefig and save the whole figure*(png format), the details like above are lost.
Even we use a svg format, the improvement is limited like
What is the best way then? After we save the figure, can we display it and adjust it like pl.show()?