Skip to content

Commit 33a59e1

Browse files
committed
Matplotlib.ticker instead of .ticker
1 parent de0648a commit 33a59e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mslice/plotting/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
from matplotlib.patches import Polygon, Rectangle, Circle, Arrow
110110
from matplotlib.widgets import Button, Slider, Widget
111111

112-
from .ticker import (
112+
from matplotlib.ticker import (
113113
TickHelper, Formatter, FixedFormatter, NullFormatter, FuncFormatter,
114114
FormatStrFormatter, ScalarFormatter, LogFormatter, LogFormatterExponent,
115115
LogFormatterMathtext, Locator, IndexLocator, FixedLocator, NullLocator,

0 commit comments

Comments
 (0)