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

Add fullscreen toggle support to WxAgg backend#17843

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:masterfromtimhoffm:wxagg-fullscreen
Jul 7, 2020

Conversation

timhoffm
Copy link
Member

PR Summary

This implements the by default emptyFigureManagerBase.full_screen_toggle for the WxAgg backend. Qt, Tk and GTK3 already have working implementations for this.

can be tested with either:

import matplotlibmatplotlib.use('wxagg')import matplotlib.pyplot as pltplt.plot([1,3,2])plt.get_current_fig_manager().full_screen_toggle()

or

import matplotlibmatplotlib.use('wxagg')import matplotlib.pyplot as pltplt.plot([1,3,2])plt.show()

and toggle with shortcutf.

@timhoffmtimhoffm added this to thev3.4.0 milestoneJul 5, 2020
Copy link
Contributor

@anntzeranntzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

"works for me" :)

@QuLogic
Copy link
Member

The default style says to remove menu bar, tool bar, status bar, border and caption. Does that remove our toolbar? And should we turn that off (I don't think other backends do so)?

@timhoffm
Copy link
MemberAuthor

Defaults are ok. This is how it looks (blue figure background).

grafik

@QuLogicQuLogic merged commitbdf0177 intomatplotlib:masterJul 7, 2020
@timhoffmtimhoffm deleted the wxagg-fullscreen branchJuly 7, 2020 22:16
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@anntzeranntzeranntzer approved these changes

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

Successfully merging this pull request may close these issues.

3 participants
@timhoffm@QuLogic@anntzer

[8]ページ先頭

©2009-2025 Movatter.jp