Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cursor with useblit=True doesn't work anymore #506

Closed
@Tillsten

Description

@Tillsten

Following did work with 1.0.1, but not in 1.1.0:

from matplotlib.widgets import Cursor
import matplotlib.pyplot as plt

overview=plt.gca()
#Following will work when useblit is False
cursor=Cursor(overview, useblit=True )

plt.show()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions