enthought / chaco

Chaco is a Python package for building interactive and custom 2-D plots.
http://docs.enthought.com/chaco/
Other
292 stars 99 forks source link

Request for interactive Treemap-style plots #539

Open jordanweaver opened 3 years ago

jordanweaver commented 3 years ago

References:

  1. https://en.wikipedia.org/wiki/Treemapping
  2. https://plotly.com/python/treemaps/ (for examples of plot interactivity and annotated tiles)

image

2020-11-11 11 42 52

corranwebster commented 3 years ago

When designing this, some thought might need to be given about how or if this integrates with the usual Chaco mapping system in a sensible way. In particular, if the plotly-style interactions are desirable, it may be best to have this as a separate component, not as a renderer inside a DataView/Plot.