Skip to content

Add function to use putImageData() for large data sets #2

Open
@wrexroad

Description

@wrexroad

Plotting a large number of points is very slow using the current method (drawing rectangles). We need to explore calculating a pixel array to represent the entire image, then use putImageData() to draw it all at once.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions