-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels