Skip to content

Explicit bounds for ColourMap #41

@dmcclean

Description

@dmcclean

It would be nice if I could use heatImage without having the bounds for the ColourMap implicitly determined from the data. I am attempting to create a dynamic such image, and do not want the color scale to be constantly changing as new data comes in.

Perhaps either there could be supplyBounds :: HeatMatrix -> HeatMatrix (filling in the presently hidden min and max fields with user supplied values) or heatImage' :: HeatMatrix -> Double -> Double -> ColourMap -> Image PixelRGB8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions