Package tech.tablesaw.plotly.api
Class QuantilePlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.QuantilePlot
-
public class QuantilePlot extends Object
-
-
Constructor Summary
Constructors Constructor Description QuantilePlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, tech.tablesaw.api.Table table, String columnName)
Returns a figure containing a Quantile Plot describing the distribution of values in the column of interest
-
-
-
Method Detail
-
create
public static Figure create(String title, tech.tablesaw.api.Table table, String columnName)
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
-
-