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 154a978 commit f13dc3fCopy full SHA for f13dc3f
1 file changed
lib/matplotlib/ticker.py
@@ -26,6 +26,8 @@
26
The basic generic locators are
27
28
* NullLocator - No ticks
29
+
30
+ * FixedLocator - Tick locations are fixed
31
32
* IndexLocator - locator for index plots (eg where x = range(len(y))
33
@@ -73,8 +75,6 @@
73
75
* FuncFormatter - user defined function sets the labels
74
76
77
* FormatStrFormatter - use a sprintf format string
-
- * IndexFormatter - cycle through fixed strings by tick position
78
79
* ScalarFormatter - default formatter for scalars; autopick the fmt string
80
0 commit comments