Skip to content

Commit c166fa1

Browse files
authored
Merge pull request #9279 from ImportanceOfBeingErnest/patch-2
Update doc strings
2 parents 5a0d489 + d50776c commit c166fa1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/matplotlib/dates.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
7272
Here are all the date tickers:
7373
74+
* :class:`MicrosecondLocator`: locate microseconds
75+
76+
* :class:`SecondLocator`: locate seconds
77+
7478
* :class:`MinuteLocator`: locate minutes
7579
7680
* :class:`HourLocator`: locate hours
@@ -794,6 +798,9 @@ def __setstate__(self, state):
794798
class DateLocator(ticker.Locator):
795799
"""
796800
Determines the tick locations when plotting dates.
801+
802+
This class is subclassed by other Locators and
803+
is not meant to be used on its own.
797804
"""
798805
hms0d = {'byhour': 0, 'byminute': 0, 'bysecond': 0}
799806

0 commit comments

Comments
 (0)