RectangleSelector examples don't run in notebooks · Issue #11201 · matplotlib/matplotlib · GitHub
Skip to content

RectangleSelector examples don't run in notebooks #11201

Description

@sorenrasmussen

The RectangleSelector examples in the documentation (here and here) don't work properly in Jupyter notebooks.

To fix, change the last line from:
show() or plt.show()
to
show(block=True) or plt.show(block=True)

Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GUI: nbaggstatus: 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

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions