Polygon selector with useblit=True - polygon disappears · Issue #17487 · matplotlib/matplotlib · GitHub
Skip to content

Polygon selector with useblit=True - polygon disappears #17487

Description

@Stassels

When I use this example: https://matplotlib.org/3.1.3/gallery/widgets/polygon_selector_demo.html
and want to use blitting (see line below), the selection polygon dissapears when polygon is finalized.

self.poly = PolygonSelector(ax, self.onselect, useblit=True)

**Matplotlib version: 3.1.2 **

  • Operating system: Ubuntu 16.04
  • Matplotlib version: 3.1.2 (from pipy.org)
  • Matplotlib backend (`Qt5Agg'):
  • Python version: 3.7.6
  • Other libraries: PySide2 - 5.14.2

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

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions