Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 58dcaee

Browse filesBrowse files
committed
Add missing datestr2num to docs
1 parent cbd5de9 commit 58dcaee
Copy full SHA for 58dcaee

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎lib/matplotlib/dates.py

Copy file name to clipboardExpand all lines: lib/matplotlib/dates.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
.. autosummary::
2020
:nosignatures:
2121
22+
datestr2num
2223
date2num
2324
num2date
2425
num2timedelta
@@ -155,8 +156,8 @@
155156
import matplotlib.cbook as cbook
156157
import matplotlib.ticker as ticker
157158

158-
__all__ = ('date2num', 'num2date', 'num2timedelta', 'drange', 'epoch2num',
159-
'num2epoch', 'mx2num', 'DateFormatter',
159+
__all__ = ('datestr2num', 'date2num', 'num2date', 'num2timedelta', 'drange',
160+
'epoch2num', 'num2epoch', 'mx2num', 'DateFormatter',
160161
'IndexDateFormatter', 'AutoDateFormatter', 'DateLocator',
161162
'RRuleLocator', 'AutoDateLocator', 'YearLocator',
162163
'MonthLocator', 'WeekdayLocator',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.