Package | Description |
---|---|
com.panayotis.gnuplot | |
com.panayotis.gnuplot.plot |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Plot> |
GNUPlot.getPlots()
Get a list of the (default) plots used in this set.
|
java.util.ArrayList<Plot> |
GNUPlotParameters.getPlots()
Get the list of the stored plots from default graph
|
Modifier and Type | Method and Description |
---|---|
void |
GNUPlot.addPlot(Plot plot)
Add a new Plot
|
void |
GNUPlotParameters.addPlot(Plot plot)
Add a new plot to the default plot group.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlot
This is the base class of all plot objects.
|
class |
DataSetPlot
This plot uses data sets as coordinates of the points to e displayed.
|
class |
FunctionPlot
This type of Plot is used to provide an interface to the functional plots of
gnuplot.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.addPlot(Plot plot)
Add a new plot to this plot group.
|