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

Skip to content

Commit 16dc07a

Browse files
committed
DOC: Add numpydoc headings in dates.
1 parent a455b01 commit 16dc07a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/matplotlib/dates.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,12 @@ class IndexDateFormatter(ticker.Formatter):
607607

608608
def __init__(self, t, fmt, tz=None):
609609
"""
610-
*t* is a sequence of dates (floating point days). *fmt* is a
611-
`~datetime.datetime.strftime` format string.
610+
Parameters
611+
----------
612+
t : list of float
613+
A sequence of dates (floating point days).
614+
fmt : str
615+
A `~datetime.datetime.strftime` format string.
612616
"""
613617
if tz is None:
614618
tz = _get_rc_timezone()

0 commit comments

Comments
 (0)