On 2/29/12 9:30 AM, William Stein wrote:
Do you know how to change the default figure size?
This is one way: import matplotlib as mpl mpl.rcParams['figure.figsize'] = [20,1] I agree that we should wrap this so people don't have to import matplotlib. Jason -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org