Hi

I'm trying to set the axes limits in MPlot3d but the bits I'm trying to
exclude still appear. I've done something like this:

ax.set_xlim3d([340, 600])
ax.set_ylim3d([0, 14.0])
ax.set_zlim3d([0, 300])

but it still shows all the data from 0, 600 for the x-axis and 0 to 14 for
the y-axis.

Is there something I'm doing incorrectly?

Thx

Ted
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to