Class PiePlot


  • public class PiePlot
    extends Object
    • Constructor Detail

      • PiePlot

        public PiePlot()
    • Method Detail

      • create

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