-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
backend wx and wxagg broken by #1125 #1218
Copy link
Copy link
Closed
Labels
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.
Metadata
Metadata
Assignees
Labels
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Initialization of FigureCanvasWx takes 4 arguments: self, parent, id, figure. The other interactive backends take only self, figure. Change #1125 incorrectly assumes the same signature is used, so it fails on wx and wxagg. This is in addition to the problem with the tkagg backend noted in #1212.