We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
this is the same case as #9 , categorical vs categorical charts are not done yet
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: