Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a455b01 commit 16dc07aCopy full SHA for 16dc07a
1 file changed
lib/matplotlib/dates.py
@@ -607,8 +607,12 @@ class IndexDateFormatter(ticker.Formatter):
607
608
def __init__(self, t, fmt, tz=None):
609
"""
610
- *t* is a sequence of dates (floating point days). *fmt* is a
611
- `~datetime.datetime.strftime` format string.
+ Parameters
+ ----------
612
+ t : list of float
613
+ A sequence of dates (floating point days).
614
+ fmt : str
615
+ A `~datetime.datetime.strftime` format string.
616
617
if tz is None:
618
tz = _get_rc_timezone()
0 commit comments