Hi all, 

in http://trac.sagemath.org/ticket/17618
we are looking to move to matplotlib 1.4.x
for various reasons.
One problem that is becoming apparent is that
sage is currently using delaunay triangulation
defaulting to a nearest neighbour algorithm.
Delaunay is deprecated and will be removed in the 
near future. Nearest neighbour is available
if you install an extra package but will also
be removed.

We would like to move to the new API but it
will require that we also change the default
method to either "linear" or "cubic".

Do we have any specific reasons why we would 
want nearest neighbour as the algorithm?
If not I would personally change the default to 
cubic.

Any comments?

Francois

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to