summarylogtreecommitdiffstats
path: root/sagemath-matplotlib-3.2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sagemath-matplotlib-3.2.patch')
-rw-r--r--sagemath-matplotlib-3.2.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/sagemath-matplotlib-3.2.patch b/sagemath-matplotlib-3.2.patch
index 97baa4ea92aa..ad32e52aef0a 100644
--- a/sagemath-matplotlib-3.2.patch
+++ b/sagemath-matplotlib-3.2.patch
@@ -2,7 +2,7 @@ diff --git a/src/sage/combinat/root_system/root_lattice_realizations.py b/src/sa
index f55c24f..16d3ca5 100644
--- a/src/sage/combinat/root_system/root_lattice_realizations.py
+++ b/src/sage/combinat/root_system/root_lattice_realizations.py
-@@ -3131,8 +3131,8 @@ class RootLatticeRealizations(Category_over_base_ring):
+@@ -3130,8 +3130,8 @@ class RootLatticeRealizations(Category_over_base_ring):
sage: L = RootSystem(['A',2]).ambient_space()
sage: C = crystals.Tableaux(['A',2], shape=[2,1])
@@ -41,7 +41,7 @@ index 1860b6c..da3c9c3 100644
These are imported from matplotlib's cm_ module.
-@@ -1374,7 +1374,7 @@ def get_cmap(cmap):
+@@ -1373,7 +1373,7 @@ def get_cmap(cmap):
and color names. For a list of map names, evaluate::
sage: sorted(colormaps)
@@ -50,7 +50,7 @@ index 1860b6c..da3c9c3 100644
See :func:`rgbcolor` for valid list/tuple element formats.
-@@ -1468,7 +1468,7 @@ class Colormaps(collections.MutableMapping):
+@@ -1467,7 +1467,7 @@ class Colormaps(collections.MutableMapping):
For a list of map names, evaluate::
sage: sorted(colormaps)
@@ -59,7 +59,7 @@ index 1860b6c..da3c9c3 100644
"""
def __init__(self):
"""
-@@ -1495,7 +1495,7 @@ class Colormaps(collections.MutableMapping):
+@@ -1494,7 +1494,7 @@ class Colormaps(collections.MutableMapping):
sage: len(maps.maps)
0
sage: maps.load_maps()
@@ -68,7 +68,7 @@ index 1860b6c..da3c9c3 100644
True
"""
global cm
-@@ -1539,7 +1539,7 @@ class Colormaps(collections.MutableMapping):
+@@ -1538,7 +1538,7 @@ class Colormaps(collections.MutableMapping):
sage: from sage.plot.colors import Colormaps
sage: maps = Colormaps()