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

Skip to content

Commit f13dc3f

Browse files
committed
Added FixedLocator description to module docstring.
Removed IndexFormatter description from module docstring, this formatter does not exist. svn path=/trunk/matplotlib/; revision=1095
1 parent 154a978 commit f13dc3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/ticker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
The basic generic locators are
2727
2828
* NullLocator - No ticks
29+
30+
* FixedLocator - Tick locations are fixed
2931
3032
* IndexLocator - locator for index plots (eg where x = range(len(y))
3133
@@ -73,8 +75,6 @@
7375
* FuncFormatter - user defined function sets the labels
7476
7577
* FormatStrFormatter - use a sprintf format string
76-
77-
* IndexFormatter - cycle through fixed strings by tick position
7878
7979
* ScalarFormatter - default formatter for scalars; autopick the fmt string
8080

0 commit comments

Comments
 (0)