From: Rich D. <dr...@in...> - 2005-02-17 16:02:08
|
On Thu, 17 Feb 2005, Perry Greenfield wrote: > Sure. To fill the entire window: > > axes((0,0,1,1)) # defines the axes bound to use the whole figure region Yes! There is (I think) an error in the documentation, both HTML online (http://matplotlib.sourceforge.net/matplotlib.pylab.html#-figimage) and also the .pdf version, where it says this: "you can define an Axes with size [0,1,0,1]" The order of the points is wrong there, and you set me straight. Thanks much, Rich |