-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Cannot unpickle polar plot #4068
Copy link
Copy link
Closed
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
I create the polar plot example from http://matplotlib.org/examples/pie_and_polar_charts/polar_scatter_demo.html
Then
throws the following exception:
Note that this is separate from issue #3483 in that
plt.ioff()before unpickling does not work.