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 c720364 commit d9965e3Copy full SHA for d9965e3
lib/matplotlib/dates.py
@@ -384,7 +384,7 @@ def julian2num(j):
384
385
Returns
386
-------
387
- float or sequency of floats
+ float or sequence of floats
388
Matplotlib date(s)
389
"""
390
if cbook.iterable(j):
@@ -403,7 +403,7 @@ def num2julian(n):
403
404
405
406
407
Julian date(s)
408
409
if cbook.iterable(n):
0 commit comments