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: figureoptions updates title string only#30775

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

Open
rcomer wants to merge1 commit intomatplotlib:main
base:main
Choose a base branch
Loading
fromrcomer:qt-title

Conversation

@rcomer
Copy link
Member

@rcomerrcomer commentedNov 21, 2025
edited
Loading

PR summary

Fixes#30770. The problem was thatset_title restores default styles, so we should only update the string.

No test added per#30770 (comment), but I have run the example code against my branch and verified I can change the title in the gui without its style reverting.

Note thattitle is initialised as an emptyText object soset_text will work regardless of whether the user previously added a title.

self.title=mtext.Text(
x=0.5,y=y,text='',
fontproperties=props,
verticalalignment='baseline',
horizontalalignment='center',
)

PR checklist

@rcomerrcomer added the PR: bugfixPull requests that fix identified bugs labelNov 21, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@timhoffmtimhoffmtimhoffm approved these changes

Assignees

No one assigned

Labels

GUI: QtPR: bugfixPull requests that fix identified bugs

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[Bug]: Bug / Inconsistency: Title Format Lost After Interactive Editing

2 participants

@rcomer@timhoffm

[8]ページ先頭

©2009-2025 Movatter.jp