Update to latest version (#2385842)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 328ead1baac601b50f5c6af943ab67d8e189b12b Mon Sep 17 00:00:00 2001
|
||||
From d9bf585079e97559515c0f0b70b8af387170d90c Mon Sep 17 00:00:00 2001
|
||||
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
Date: Wed, 27 Sep 2017 19:35:59 -0400
|
||||
Subject: [PATCH 1/5] matplotlibrc path search fix
|
||||
@@ -10,10 +10,10 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
|
||||
2 files changed, 12 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py
|
||||
index 5f964e0b34..f82d92466a 100644
|
||||
index 2786f9b7b9..64ba02afd6 100644
|
||||
--- a/lib/matplotlib/__init__.py
|
||||
+++ b/lib/matplotlib/__init__.py
|
||||
@@ -590,7 +590,8 @@ def get_cachedir():
|
||||
@@ -593,7 +593,8 @@ def get_cachedir():
|
||||
@_logged_cached('matplotlib data path: %s')
|
||||
def get_data_path():
|
||||
"""Return the path to Matplotlib data."""
|
||||
@@ -23,7 +23,7 @@ index 5f964e0b34..f82d92466a 100644
|
||||
|
||||
|
||||
def matplotlib_fname():
|
||||
@@ -610,6 +611,7 @@ def matplotlib_fname():
|
||||
@@ -613,6 +614,7 @@ def matplotlib_fname():
|
||||
is not defined)
|
||||
- On other platforms,
|
||||
- ``$HOME/.matplotlib/matplotlibrc`` if ``$HOME`` is defined
|
||||
@@ -31,7 +31,7 @@ index 5f964e0b34..f82d92466a 100644
|
||||
- Lastly, it looks in ``$MATPLOTLIBDATA/matplotlibrc``, which should always
|
||||
exist.
|
||||
"""
|
||||
@@ -628,6 +630,7 @@ def matplotlib_fname():
|
||||
@@ -631,6 +633,7 @@ def matplotlib_fname():
|
||||
yield matplotlibrc
|
||||
yield os.path.join(matplotlibrc, 'matplotlibrc')
|
||||
yield os.path.join(get_configdir(), 'matplotlibrc')
|
||||
@@ -115,5 +115,5 @@ index 87ed794022..9d80539114 100644
|
||||
@staticmethod
|
||||
def format_shortcut(key_sequence):
|
||||
--
|
||||
2.49.0
|
||||
2.50.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user