Set the colors to be used for this HeatMap as an array from coldest (smallest value) to warmest (largest value). newColors.length must be >= 2.
Throws an exception. Heat maps aren't allowed to have legends.
Create a heat map w/o copying data.
Create a heat map from a matrix represented as a range of ranges. The matrix must be rectangular. The elements of the ranges must be implicitly convertible to double.
Returns true if this plot type supports legends, otherwise false.
Convenience method that instantiates a Figure object with this plot. Useful for creating single-plot figures w/o a lot of boilerplate.
Instantiates a Figure object with this plot and also places the default axes and tick labeling and title for the plot type, if any, on the Figure. If a plot type has no default labeling, simply forwards to toFigure().
The leftmost point on the plot.
The rightmost point on the plot.
The topmost point on the plot.
The bottommost point on the plot.
Class for drawing a heat map.