-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
TreeMaps, dude. The data visualization, not the Java java.util.TreeMap data structure. Make it happen.
This is probably a bizznatch to implement in native Matlab, so probably pick a Java or .NET tree mapping library (or write your own), and build on top of that. Or maybe now that Matlab graphics/GUI is changing to web tech, find a decent JavaScript implementation and use that.
Existing other Matlab implementations:
References:
- Treemapping on Wikipedia
- UMD article on Treemaps
- UMD Treemap home (commercial; source not available)
- Panopticon Treemaps (commercial library that I like)
- JIDE TreeMap – JIDE has a TreeMap now! (in beta) (commercial)
- AnyChart Treemap – AnyChart is a JavaScript charting library. Commercial, but with a cheap $50 "unicorn" option for individuals/startups
- Some TreeMap Java library on SourceForge
- Prefuse Java visualization library
Reactions are currently unavailable