8000 dates: remove "bad plot" warning from docstring note · matplotlib/matplotlib@8f0e7b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f0e7b8

Browse files
committed
dates: remove "bad plot" warning from docstring note
The proposed workaround now works correctly, after the musec precision handling has been added. Therefore the warning is no longer needed.
1 parent 4abdd1d commit 8f0e7b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,10 +1532,7 @@ class MicrosecondLocator(DateLocator):
15321532
time representation.
15331533
15341534
If you still want to use datetime.datetime() and the likes, be
1535-
sure to use very early years; year 0001 will give highest
1536-
precision. But be warned that you may still run into issues
1537-
with tick positioning and labeling. Be careful to check your
1538-
plots!
1535+
sure to use very early years; using year 0001 is recommended.
15391536
15401537
"""
15411538
def __init__(self, interval=1, tz=None):

0 commit comments

Comments
 (0)
0