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 384bc0c

Browse filesBrowse files
authored
Merge pull request matplotlib#12824 from timhoffm/doc-datestr2num
Add missing datestr2num to docs
2 parents 0f22259 + 58dcaee commit 384bc0c
Copy full SHA for 384bc0c

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.