10000 pcolorfast results in invalid cursor data · Issue #6905 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
pcolorfast results in invalid cursor data #6905
Closed
@anntzer

Description

@anntzer

mpl2.0b3 (and likely ever since get_cursor_data exists).
The PcolorImage class does not redefine the get_cursor_data method, so it displays incorrect cursor data:

In [1]: plt.gca().pcolorfast([0, 1, 3], [0, 2, 3], np.arange(4).reshape((2, 2)))

then hover the cursor over the image to see incorrect values in the status bar.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0