Class BoxPlot


  • public class BoxPlot
    extends Object
    • Constructor Detail

      • BoxPlot

        public BoxPlot()
    • Method Detail

      • create

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