On Thu, Jan 31, 2013 at 4:50 PM, LFS <lfahlb...@gmail.com> wrote:

> Here is the minimal code version


ok, this is a straightforward matplotlib-only question. therefore the
answer is easy :-)

before the histogram line, create a figure and define its size (tuple of
inch values):
plt.figure(figsize=(2,2))

when you save it, you can also define a dpi value:
plt.savefig('Histogram.png', dpi=600)

both give you all the flexibility you might want.

Harald

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to