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
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
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