-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Can no longer deepcopy LogNorm objects on master #18119
Copy link
Copy link
Closed
sunpy/sunpy
#4877Labels
API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …Consistency of the matplotlib API, including naming, behavior, defaults, …Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: transforms and scales
Milestone
Metadata
Metadata
Assignees
Labels
API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …Consistency of the matplotlib API, including naming, behavior, defaults, …Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: transforms and scales
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug report
Bug summary
As of 0d1d95c on the master branch it is no longer possible to deepcopy a
LogNorminstance, which is a regression from3.3.x.Code for reproduction
Actual outcome
Expected outcome
No error
Matplotlib version
print(matplotlib.get_backend())):