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

Skip to content

Commit 3fc574f

Browse files
committed
Fix error in last rebase.
1 parent 61bcac1 commit 3fc574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import numpy as np
77
from numpy import ma
88

9-
from matplotlib import cbook, docstring
9+
from matplotlib import cbook, docstring, rcParams
1010
from matplotlib.ticker import (
1111
NullFormatter, ScalarFormatter, LogFormatterSciNotation, LogitFormatter,
1212
NullLocator, LogLocator, AutoLocator, SymmetricalLogLocator, LogitLocator)

0 commit comments

Comments
 (0)