matplotlib4j icon indicating copy to clipboard operation
matplotlib4j copied to clipboard

Question: Heatmap support?

Open wcneill opened this issue 3 years ago • 1 comments

I can't find it in the docs, but maybe I'm missing something.

wcneill avatar Jul 22 '21 16:07 wcneill

@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

sh0nk avatar Jul 24 '21 03:07 sh0nk