Re: [matplotlib-devel] Turning off the frame/border

2010-09-29 Thread Tony S Yu
On Sep 29, 2010, at 2:00 PM, Jeremy Lounds wrote: > On Wed, Sep 29, 2010 at 1:21 PM, Tony S Yu wrote: >> >> On Sep 29, 2010, at 1:06 PM, Jeremy Lounds wrote: >> >>> I am attempting to turn the border (frame?) off altogether. Here is >>> the script, with some sections kept out for brevity: >>

Re: [matplotlib-devel] Turning off the frame/border

2010-09-29 Thread Jeremy Lounds
On Wed, Sep 29, 2010 at 1:21 PM, Tony S Yu wrote: > > On Sep 29, 2010, at 1:06 PM, Jeremy Lounds wrote: > >> I am attempting to turn the border (frame?) off altogether. Here is >> the script, with some sections kept out for brevity: > > > I'm assuming you're talking about turning off the frame aro

Re: [matplotlib-devel] Turning off the frame/border

2010-09-29 Thread Tony S Yu
On Sep 29, 2010, at 1:06 PM, Jeremy Lounds wrote: > Hello again, > > I am not sure if this is a matplotlib question, or a basemap one. The > sample code I found on Google for this either broke my script or > didn't change the end result. > > I am attempting to turn the border (frame?) off altog

[matplotlib-devel] Turning off the frame/border

2010-09-29 Thread Jeremy Lounds
Hello again, I am not sure if this is a matplotlib question, or a basemap one. The sample code I found on Google for this either broke my script or didn't change the end result. I am attempting to turn the border (frame?) off altogether. Here is the script, with some sections kept out for brevity

[matplotlib-devel] Spine.set_position unexpectedly clears axis

2010-09-29 Thread Stan West
I'm setting up an axes in which I configure the axis objects with my desired tick locators and formatters and later configure the spines, setting their bounds, visibility, and positions. I was surprised that setting the spine position wiped my axis formatting by calling axis.cla(). Is it necessary