8000 doc: AutoDateLocator does not always pick RRuleLocator · matplotlib/matplotlib@1247921 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1247921

Browse files
committed
doc: AutoDateLocator does not always pick RRuleLocator
1 parent 9f37edb commit 1247921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<../gallery/ticks_and_spines/date_demo_rrule.html>`_.
9797
9898
* :class:`AutoDateLocator`: On autoscale, this class picks the best
99-
:class:`RRuleLocator` to set the view limits and the tick
99+
:class:`DateLocator` to set the view limits and the tick
100100
locations. If called with ``interval_multiples=True`` it will
101101
make ticks line up with sensible multiples of the tick intervals. E.g.
102102
if the interval is 4 hours, it will pick hours 0, 4, 8, etc as ticks.

0 commit comments

Comments
 (0)
0