Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b1e76 commit 07fa42cCopy full SHA for 07fa42c
1 file changed
lib/matplotlib/spines.py
@@ -4,7 +4,6 @@
4
import six
5
6
import matplotlib
7
-rcParams = matplotlib.rcParams
8
9
import matplotlib.artist as martist
10
from matplotlib.artist import allow_rasterization
@@ -17,6 +16,8 @@
17
16
import numpy as np
18
import warnings
19
+rcParams = matplotlib.rcParams
20
+
21
22
class Spine(mpatches.Patch):
23
"""an axis spine -- the line noting the data area boundaries
0 commit comments