|
From: Dr. P. M. F. <pfe...@ve...> - 2009-11-23 21:46:47
|
Dr. Phillip M. Feldman wrote: > The basemap demo `cubed_sphere.py` contains the following line of code: > > fig.subplots_adjust(bottom=0, left=0, right=1, top=0, wspace=0, > hspace=0) > > >From the documentation, it would appear that `wspace=0` should remove all > horizontal space between the subplots. But, this isn't what happens. (I > tried to insert an image, but this feature of Nabble appears to be > broken). > Phillip: Do you see any white space between the unfolded faces of the cube on the cubed_sphere plot? If not, then that command is working as expected. -Jeff Jeff: I am seeing fairly large horizontal white spaces between the unfolded faces of the cube (see attached image). Curiously, there are no vertical white spaces. http://old.nabble.com/file/p26486476/cubed_sphere.jpeg -- View this message in context: http://old.nabble.com/%60fig.subplots_adjust%60-does-not-behave-as-advertized-tp26471386p26486476.html Sent from the matplotlib - users mailing list archive at Nabble.com. |