Hello list; I'm putting together a quick animation to demonstrate some physics to my students. I'm perfectly fine to just have it show in the default plot window, but by default the window is drawn quite small on my screen. Is there a simple way to tell the placement and size of the plot window like e.g. there is in VPython? Cheers; Emil
On 8/31/2010 6:30 AM, Thøger Emil Juul Thorsen wrote: > I'm putting together a quick animation to demonstrate some physics to my > students. I'm perfectly fine to just have it show in the default plot > window, but by default the window is drawn quite small on my screen. Does it not work to set figsize and dpi? http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.figure Alan Isaac