summaryrefslogtreecommitdiff
blob: c8d263657523e41c9c64f1cd6280c142b0896656 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- sage/plot/plot3d/list_plot3d.py.orig	2010-02-04 16:59:26.431145424 +0000
+++ sage/plot/plot3d/list_plot3d.py	2010-02-04 17:00:14.883022519 +0000
@@ -207,7 +207,7 @@
     return G
 
 def list_plot3d_tuples(v,interpolation_type, texture, **kwds):
-    import delaunay
+    from matplotlib import delaunay
     import numpy
     import scipy
     from random import random