Package tech.tablesaw.plotly.api
Class QuantilePlot
java.lang.Object
tech.tablesaw.plotly.api.QuantilePlot
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuantilePlot
public QuantilePlot()
-
-
Method Details
-
create
Returns a figure containing a Quantile Plot describing the distribution of values in the column of interest- Parameters:
title- A title for the plottable- The table containing the column of interestcolumnName- The name of the numeric column containing the data to plot- Returns:
- A quantile plot
-