From: Christian S. <seb...@sp...> - 2006-01-01 02:43:11
|
Thanks for help. I want to change the *aspect ratio* of matplotlib output (on screen and PNG) It appears that figure(figsize=3D(a,b)) method mentioned below alters plot but final window still has same final size on the screen. Maybe this is 100% clear-=3D=3D=3D> **What commands are EXACTLY equivalent to making plot bigger by dragging window with the MOUSE???*** On Sat, 2005-12-31 at 12:43 +0100, Mark Bakker wrote: > Upon first creation you can set the figure size: > figure(figsize=3D(3,6)) for example gives you a tall figure. > But you cannot resize the figure with a command afterwards yet (if I > am not mistaken). > In interactive mode you can stretch the figure on the screen by > dragging the window. > M. --=20 chris |