Class BoxPlot

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

public class BoxPlot extends Object
  • Constructor Details

    • BoxPlot

      public BoxPlot()
  • Method Details

    • create

      public static Figure create(String title, tech.tablesaw.api.Table table, String groupingColumn, String numericColumn)