I think this is an excellent idea, Eric.
I would love it if this feature would also work in contour.
The difficulty I see is that an axis needs to know whether an image or
contour plot has been added. If so, it needs access to the array with
the data to show the z value.
I am thinking out loud here
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 d
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/pyc
Hmm, I tried that but it didn't work.
I also tried just using ax3d.hold(False), and also tried
pylab.hold(False), but both times I still kept on getting multiple surfaces.
-- Matt
Eric Firing wrote:
> Matthew Koichi Grimes wrote:
>> I'd like to plot a 3D surface and its contours as the surface