Broken axis

Hi!

I'd like to plot a graph with a certain range left out to allow better
visualization of outliers. The axis should appear broken at this
position to indicate that the scaling is interrupted.
(pychart calls it "zap marks", see
http://home.gna.org/pychart/doc/module-zap.html)

Is there a way to do this with matplotlib?

Thanks,
--leo

···

--
-----------------------------------------------------------------------
Alexander.Bergolth@...1420... Fax: +43-1-31336-906050
Zentrum fuer Informatikdienste - Wirtschaftsuniversitaet Wien - Austria

Alexander 'Leo' Bergolth wrote:

Hi!

I'd like to plot a graph with a certain range left out to allow better
visualization of outliers. The axis should appear broken at this
position to indicate that the scaling is interrupted.
(pychart calls it "zap marks", see
http://home.gna.org/pychart/doc/module-zap.html)

Is there a way to do this with matplotlib?

No, this has been requested but never implemented. Someone may have come up with a manual method, but it would require essentially drawing the axes manually from primitives, and manipulating the values of the outliers.

Eric

···

Thanks,
--leo