Open zcaudate opened 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.
heatmap.clj
this is the same case as #9 , categorical vs categorical charts are not done yet
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.