summaryrefslogtreecommitdiff
path: root/libre/sagemath/contour.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/sagemath/contour.patch')
-rw-r--r--libre/sagemath/contour.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libre/sagemath/contour.patch b/libre/sagemath/contour.patch
deleted file mode 100644
index f63955f8d..000000000
--- a/libre/sagemath/contour.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/sage/plot/contour_plot.py.orig 2016-01-20 15:01:00.077409793 +0100
-+++ src/sage/plot/contour_plot.py 2016-01-20 15:01:22.591370847 +0100
-@@ -568,7 +568,7 @@
- g.add_primitive(ContourPlot(xy_data_array, xrange, yrange, options))
- return g
-
--@options(plot_points=150, contours=(0,0), fill=False, cmap=["blue"])
-+@options(plot_points=150, contours=(0,1e-20), fill=False, cmap=["blue"])
- def implicit_plot(f, xrange, yrange, **options):
- r"""
- ``implicit_plot`` takes a function of two variables, `f(x,y)`