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

matplotlib selector widget is not visible with blitting and wxpython #11425

Closed as not planned
Assignees
DietmarSchwertberger
Labels
GUI: wxstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github Action
@tavin

Description

@tavin

Bug report

The following code example uses the RectangleSelector widget, so that we should see a continuously updated rectangular patch over the plot. However, nothing can be seen, unless we setuseblit=False.

Code for reproduction

#!/usr/bin/env python3importmatplotlibfrommatplotlib.widgetsimportRectangleSelectorif__name__=='__main__':matplotlib.use('wxagg')importmatplotlib.pyplotaspltfigure=plt.figure()rect=RectangleSelector(figure.gca(), (lambdae1,e2:print(e1,e2)),useblit=True)plt.show()

Matplotlib version

  • Operating system: ubuntu 17.10
  • Matplotlib version: 2.2.2
  • Matplotlib backend: wxagg
  • Python version: 3.6.3
  • Other libraries: wxpython 4.0.1

Everything was installed from virtualenv + pip.

Metadata

Metadata

Labels

GUI: wxstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github Action

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp