generateme / cljplot

JVM Clojure charting library
Eclipse Public License 2.0
152 stars 7 forks source link

heatmaps by categories instead of bins #11

Open zcaudate opened 5 years ago

zcaudate commented 5 years ago

It is possible to plot a heatmap that resembles something like this? https://seaborn.pydata.org/examples/heatmap_annotation.html

the data being [["Jan" 1949 112] ["Jan" 1950 115] .... ].

I've looked at heatmap.clj and it seems like the code isn't too difficult to write if done from scratch but I would need a bit of guidance.

genmeblog commented 5 years ago

this is the same case as #9 , categorical vs categorical charts are not done yet