[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

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

2013-11-16 Thread Chad Kidder
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