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 +0000, Robin wrote:
> Hi,
> 
> I have a plot containing two lines that are quite far apart - ie one
> line oscillates around y=2, the other around y=10. The osciallations
> are small, but I would like to show the detail better (while having
> htem in a single plot).
> 
> So I thought it would be nice if the y-axis scale went from 1-3 then
> had a break (denoted with some kind of cross mark), then went from
> 9-11. I tried googling but I'm not really sure what the official name
> for such a thing is, if there is one.
> 
> Is it possible to get this sort of effect with matplotlib? Or can
> people suggest an alternative (I guess I will look at doing 2 subplots
> one above the other very close together).
> 
> Cheers
> 
> Robin
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to