Class QuantilePlot

java.lang.Object
tech.tablesaw.plotly.api.QuantilePlot

public class QuantilePlot extends Object
  • Constructor Details

    • QuantilePlot

      public QuantilePlot()
  • Method Details

    • 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 plot
      table - The table containing the column of interest
      columnName - The name of the numeric column containing the data to plot
      Returns:
      A quantile plot