Chad and Alan, yes that’s the problem. Thanks for responding.
“If you like the way the image appears on screen, use the DPI argument to
savefig()”
I don’t exactly understand this. What do you mean on screen? This code is
integrated with a big project that I’m running inside of ecplise, so I’m
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