summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/sage/files/sage-4.3.3-delaunay-from-matplotlib.patch')
-rw-r--r--sci-mathematics/sage/files/sage-4.3.3-delaunay-from-matplotlib.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/sage/files/sage-4.3.3-delaunay-from-matplotlib.patch b/sci-mathematics/sage/files/sage-4.3.3-delaunay-from-matplotlib.patch
new file mode 100644
index 0000000..c8d2636
--- /dev/null
+++ b/sci-mathematics/sage/files/sage-4.3.3-delaunay-from-matplotlib.patch
@@ -0,0 +1,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