You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/user/miniconda3/lib/python3.5/site-packages/matplotlib/dates.py", line 719, in __getattr__
return getattr(self._rrule, name)
...
File "/Users/user/miniconda3/lib/python3.5/site-packages/matplotlib/dates.py", line 719, in __getattr__
return getattr(self._rrule, name)
RecursionError: maximum recursion depth exceeded while calling a Python object
Expected outcome
I expect to have a copy of the plot object.
Matplotlib version
matplotlib v.2.0.0 with Python 3.5.2 installed with conda on linux.
Bug report
Bug summary
Cannot pickle a plot result if use
tight_layout
method on the plot with datetime objects.Code for reproduction
Actual outcome
Expected outcome
I expect to have a copy of the
plot
object.Matplotlib version
matplotlib v.2.0.0 with Python 3.5.2 installed with conda on linux.
The text was updated successfully, but these errors were encountered: