[Matplotlib-users] how can i raise the dpi without changing the dimensions of my picture?

2013-11-18 Thread Bradley Coleman
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

[Matplotlib-users] how can i raise the dpi without changing the dimensions of my picture?

2013-11-16 Thread Bradley Coleman
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