Hi there, I make a figure, then I do some stuff, then I save the figure.
stuff
fig = figure(figsize = (0.75, 3.5))
stuff
fig.savefig(‘name.png’, bbox_inches='tight')
My figure is perfect, but I'm having trouble increasing the resolution.
There are two ways that I can figure out to do that, one i
Let me see if I understand this right, you want to leave the image
dimensions, in inches, constant while increasing the resolution in DPI to
get a sharper image. Did I get that correct?
If you like the way the image appears on screen, use the DPI argument to
savefig(). My experience is that if y