From 29b827a60d0abd14d0da1b90a6e7122c372063cd Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 1 Feb 2016 02:10:38 -0300 Subject: sagemath-7.0-3.parabola1: updating version * fix contour plots with matplotlib 1.5.1 * drop old patches * bundle a pexpect git snapshot --- libre/sagemath/contour.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/sagemath/contour.patch (limited to 'libre/sagemath/contour.patch') diff --git a/libre/sagemath/contour.patch b/libre/sagemath/contour.patch new file mode 100644 index 000000000..f63955f8d --- /dev/null +++ b/libre/sagemath/contour.patch @@ -0,0 +1,11 @@ +--- 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)` -- cgit v1.2.3-54-g00ecf