Checklist for more heatmap features
See original GitHub issueWhat can we do to make ScottPlot better?
- Allow user-set intensity scale
- Transparent heatmaps w/ background image
- Scaling options? Are these necessary?
-
Nullables in intensities map to transparent?I don’t like this idea - Map intensities below threshold to transparent
- It will be valuable to support transparent image above heatmap as well as transparent heatmap above image
- For example geographic heatmaps
- Better axes
- More colourmaps
- cmocean
-
plotlydoesn’t look promising - custom
-
ScottPlot.Tools.XYToIntensities()
- Gaussian and density-based
- Strange rounding? #482
-
Heatmap temperature bar not displaying correctly #492Not relevant to current Colorbar
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Checklist for more heatmap features · Issue #457
I think a common way to do this is for each heatmap pixel (or tile) to represent the sum of all points where...
Read more >A Complete Guide to Heatmaps
Heatmaps take the form of a grid of colored squares, where colors correspond with cell value. This article will show you how to...
Read more >Heatmaps Features
Describes Heatmaps features, filters, compare Heatmaps feature, and limitations.
Read more >5 perfect feature combinations to use with Heatmaps and ...
1. Behaviour feature with Heatmaps · 2. Ecommerce feature and Custom Segments · 3. Visitor Profiles within Session Recordings · 4. Funnels feature...
Read more >Chapter 4 A List of Heatmaps | ComplexHeatmap ...
4 A List of Heatmaps. The main feature of ComplexHeatmap package is it supports to concatenate a list of heatmaps and annotations horizontally...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m working on this in https://github.com/Benny121221/ScottPlot/tree/heatmap-improvements but I’m not going to open a PR just yet
There hasn’t been movement here in a few months so I’ll close this issue. The current status of heatmaps is they are partially supported,
Plot.PlotHeatmap()
is pubic but marked obsolete. Some heatmap-related interactive logic snaked its way into the user control code, but that will likely get refactored-out if the control logic is isolated in its own module (#496) so I’ll keep things simple and leave all the current functionality the same. This issue can be re-opened if work/progress on this front resumes