Class PlottingHelper
java.lang.Object
com.illumon.iris.console.events.plot.PlottingHelper
Helper class to do remote plotting and to show the view when done.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FigureWidget
createFigureWidget
(Table table, PlotDirective plotDirective) Creates a Figure Widget (Plot) from a table and a plot directive.
-
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 plotplotDirective
- the directive describing the plot- Returns:
- the Figure Widget for the Plot
- Throws:
IOException
- if there is an issue with the remote connection
-