Skip to content

Pcolormesh is slow: add an imshow optimized branch for linspace bins #392

Open
@nvaytet

Description

We are using Matplotlib's pcolormesh to plot all images.
Updating colors on the mesh at a high rate is difficult.

We should add an optimized branch in the Image class that uses imshow if the bins of the data are linspace.

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    • Status

      Selected

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions