Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 07fa42c

Browse files
committed
PEP8 : re-order imports of spines.py
1 parent 69b1e76 commit 07fa42c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/spines.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import six
55

66
import matplotlib
7-
rcParams = matplotlib.rcParams
87

98
import matplotlib.artist as martist
109
from matplotlib.artist import allow_rasterization
@@ -17,6 +16,8 @@
1716
import numpy as np
1817
import warnings
1918

19+
rcParams = matplotlib.rcParams
20+
2021

2122
class Spine(mpatches.Patch):
2223
"""an axis spine -- the line noting the data area boundaries

0 commit comments

Comments
 (0)