Class PlottingHelper

java.lang.Object
com.illumon.iris.console.events.plot.PlottingHelper

public class PlottingHelper extends Object
Helper class to do remote plotting and to show the view when done.
  • Constructor Details

    • PlottingHelper

      public PlottingHelper()
  • Method Details

    • createFigureWidget

      public static FigureWidget createFigureWidget(Table table, PlotDirective plotDirective) throws IOException
      Creates a Figure Widget (Plot) from a table and a plot directive.
      Parameters:
      table - the table to use for the plot
      plotDirective - the directive describing the plot
      Returns:
      the Figure Widget for the Plot
      Throws:
      IOException - if there is an issue with the remote connection