Hello list, I am trying to set ticks on an Axes3D plot.
What I really want is, actually, not to have any ticks.
For a 2D plot I set the ticks to an empty list.
But in a 3D plot, I cannot set any ticks whatsover.
At least not with a sequence.
Any thoughts?
from mpl_toolkits.mplot3d import Axes3D
f
This is actually revealing a secondary bug. It is a bug that filled
objects are being simplified at all. For various reasons, the
simplification algorithm is not safe for use with filled regions (mainly
because it doesn't ensure the end points match up). The Agg backend
turns simplification
Ok, here is the code as a whole. I think it's still short enough to
ilustrate the problem. Just start it with the datafile "elips" as an
argument
http://dl.dropbox.com/u/226980/elipsometry.tar.gz
The timer shows how long each render cycle takes. The time seems to grow
with number of cycles render
Committed in R8074.
Cheers,
Reinier
On Sun, Dec 27, 2009 at 11:59 PM, Reinier Heeres wrote:
> Hi all,
>
> I like this patch and it works fine. So if nobody is against including
> this, I'll commit it in a few days.
>
> I'll move the example from the class comment to an example script.
>
> Cheers