matplotlib4j
matplotlib4j copied to clipboard
Question: Heatmap support?
I can't find it in the docs, but maybe I'm missing something.
@wcneill I believe that you are looking for is pcolor
interface. PColorBuilder
Usage example: https://github.com/sh0nk/matplotlib4j/blob/master/src/test/java/com/github/sh0nk/matplotlib4j/MainTest.java#L111-L125
Example of drawings is on the official document of matplotlib: https://matplotlib.org/stable/gallery/images_contours_and_fields/pcolor_demo.html