|
From: Daniel H. <dh...@gm...> - 2013-02-11 03:50:26
|
When plotting a 3D plot, it is possible to have any points that are outside the axis limits, not drawn? Basically, the same behavior as 2D plots. Sample script and image attached. In the sample, I don't want to see the z = -0.5 point. This is in an interactive application where the user sets the limits, so I can't just filter the data before passing it to ax.scatter(), or at least I think I can't. mpl 1.1.1 -- Daniel Hyams dh...@gm... |