Re: [matplotlib-devel] Axes properties are cleared after offsetting spines

2014-03-25 Thread Paul Hobson
Wow. Thanks so much, Stan! This is a huge help and works just as I need it to. Much appreciated! On Mon, Mar 24, 2014 at 11:26 AM, Stan West wrote: > On 2014-03-24 14:08, Stan West wrote: > > May I suggest that you look at the mailing list thread from that time [1], > try the patch in the thr

Re: [matplotlib-devel] Axes properties are cleared after offsetting spines

2014-03-24 Thread Stan West
On 2014-02-05 02:26, Paul Hobson wrote: I noticed that when you offset the spines of an Axes object, the labels, ticks, and ticklabels/formatting get mostly cleared. Is this intentional and is there a way to prevent (or undo) it? [...] Paul, I may have encountered the same issue a few years ag

Re: [matplotlib-devel] Axes properties are cleared after offsetting spines

2014-03-24 Thread Stan West
On 2014-03-24 14:08, Stan West wrote: May I suggest that you look at the mailing list thread from that time [1], try the patch in the thread, and see whether your issue is resolved? This solution doesn't provide a work-around in your code, but it may fix the problem at the root. Paul, I just fo

[matplotlib-devel] Axes properties are cleared after offsetting spines

2014-02-04 Thread Paul Hobson
I noticed that when you offset the spines of an Axes object, the labels, ticks, and ticklabels/formatting get mostly cleared. Is this intentional and is there a way to prevent (or undo) it? It's probably easiest to just look at a notebook: http://nbviewer.ipython.org/gist/phobson/8818648 That not