Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

FIX: Update GTK3Agg backend export name for consistency#29085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
QuLogic merged 1 commit intomatplotlib:mainfromgreglucas:gtk-agg-class
Nov 5, 2024

Conversation

greglucas
Copy link
Contributor

PR summary

Reading through the code I found it weird that the backend export class is called "Cairo" within the "Agg" section, I think this was just a typo originally in#8773. The actual monkeypatching happens based on the module name,

setattr(sys.modules[cls.__module__],name,getattr(cls,name))

not this class so we were using the proper Agg/Cairo renderers as expected. This just helps with naming consistency when looking through the code.

@QuLogicQuLogic added this to thev3.10.0 milestoneNov 5, 2024
@QuLogicQuLogic merged commit1155eab intomatplotlib:mainNov 5, 2024
42 checks passed
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestNov 5, 2024
@greglucasgreglucas deleted the gtk-agg-class branchNovember 5, 2024 23:17
QuLogic added a commit that referenced this pull requestNov 6, 2024
…085-on-v3.10.xBackport PR#29085 on branch v3.10.x (FIX: Update GTK3Agg backend export name for consistency)
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@timhoffmtimhoffmtimhoffm approved these changes

Assignees
No one assigned
Labels
Projects
None yet
Milestone
v3.10.0
Development

Successfully merging this pull request may close these issues.

3 participants
@greglucas@QuLogic@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp