Class PiePlot

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

public class PiePlot extends Object
  • Constructor Details

    • PiePlot

      public PiePlot()
  • Method Details

    • create

      public static Figure create(String title, tech.tablesaw.api.Table table, String groupColName, String numberColName)