Uses of Class
tech.tablesaw.plotly.traces.Histogram2DTrace.Histogram2DBuilder
-
Packages that use Histogram2DTrace.Histogram2DBuilder Package Description tech.tablesaw.plotly.traces -
-
Uses of Histogram2DTrace.Histogram2DBuilder in tech.tablesaw.plotly.traces
Methods in tech.tablesaw.plotly.traces that return Histogram2DTrace.Histogram2DBuilder Modifier and Type Method Description static Histogram2DTrace.Histogram2DBuilder
Histogram2DTrace. builder(double[] x, double[] y)
static Histogram2DTrace.Histogram2DBuilder
Histogram2DTrace. builder(tech.tablesaw.api.NumericColumn<? extends Number> x, tech.tablesaw.api.NumericColumn<? extends Number> y)
-