Re: [Matplotlib-users] split axis scale

2008-11-28 Thread Ben Gamari
If I'm not mistaken, you might be able to write a Transform (http://matplotlib.sourceforge.net/devel/transformations.html) to do this, although I'm not sure how you'd render the split-mark. I don't really know these things though, just a thought. - Ben On Fri, 2008-11-28 at 13:09 +, Robin wr

[Matplotlib-users] axvspan/axvline trashes view limits

2008-11-06 Thread Ben Gamari (FOSS)
Hey all, I've come across quite a problem while using pylab in a recent project. It seems that the second time I call axvspan or axvline, the view limits are reset (seemingly arbitrarily). I have attached a code sample (derived from my project) to demonstrate this issue. The code sample opens a fi

Re: [Matplotlib-users] axvspan/axvline trashes view limits

2008-11-11 Thread Ben Gamari (FOSS)
Eric Firing wrote: > This bug is fixed now in svn for axvline and axhline. If you need a > workaround for your current version of mpl, you could save the view > limits before the axvline call and restore them after it. > > I still need to check axvspan and axhspan; they probably need a > similar f