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

Skip to content

Commit de68bef

Browse files
committed
FIX
1 parent 85e747e commit de68bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scales/scales.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def inverse(a):
120120
import matplotlib
121121
matplotlib.axes.Axes.set_yscale
122122
matplotlib.axes.Axes.set_xscale
123-
matplotlib.axis.set_major_locator
123+
matplotlib.axis.Axis.set_major_locator
124124
matplotlib.scale.Logit
125125
matplotlib.scale.LogScale
126126
matplotlib.scale.LinearScale

0 commit comments

Comments
 (0)