-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
regularize get_window_extent #4058
Copy link
Copy link
Closed
Labels
API: changesChanges to the public API, typically requiring deprecation.Changes to the public API, typically requiring deprecation.API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …Consistency of the matplotlib API, including naming, behavior, defaults, …
Milestone
Metadata
Metadata
Assignees
Labels
API: changesChanges to the public API, typically requiring deprecation.Changes to the public API, typically requiring deprecation.API: consistencyConsistency of the matplotlib API, including naming, behavior, defaults, …Consistency of the matplotlib API, including naming, behavior, defaults, …
Type
Fields
Give feedbackNo fields configured for issues without a type.
The call signature on
get_window_extentis not uniform, we should probably fix this.AxesandFigurethe arguments are ignored, in legend they are passed through toPatch's . These should probably be given explicit arguments.Texteffectively implements a context manager on thefigure.dpi. From the doc-string this seems like it is for making image maps for web images easy, but there has to be a better way to do this.