Uses of Class
tech.tablesaw.plotly.traces.HeatmapTrace.HeatmapBuilder
-
Packages that use HeatmapTrace.HeatmapBuilder Package Description tech.tablesaw.plotly.traces -
-
Uses of HeatmapTrace.HeatmapBuilder in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return HeatmapTrace.HeatmapBuilder Modifier and Type Method Description static HeatmapTrace.HeatmapBuilder
HeatmapTrace. builder(Object[] x, Object[] y, double[][] z)
HeatmapTrace.HeatmapBuilder
HeatmapTrace.HeatmapBuilder. xAxis(String xAxis)
HeatmapTrace.HeatmapBuilder
HeatmapTrace.HeatmapBuilder. yAxis(String yAxis)
-