Package | Description |
---|---|
com.panayotis.gnuplot |
Modifier and Type | Method and Description |
---|---|
void |
GNUPlot.plot()
Perform the actual action of plotting.
|
Constructor and Description |
---|
GNUPlot()
Create a new instance of gnuplot, using the default parameters
|
GNUPlot(boolean isGraph3D)
Create a new instance of gnuplot, using the default parameters.
|
GNUPlot(GNUPlotParameters par)
Create a new instance of gnuplot, with a given set of parameters.
|
GNUPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term)
Create a new instance of gnuplot, with given parameters and given path
for gnuplot.
|
GNUPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new instance of gnuplot, with given parameters and given path
for gnuplot.
|
GNUPlot(java.lang.String gnuplotpath)
Create a new instance of gnuplot, with a given path for gnuplot.
|
GNUPlot(java.lang.String gnuplotpath,
boolean isGraph3D)
Create a new instance of gnuplot, with a given path for gnuplot.
|
JavaPlot()
Create a new instance of JavaPlot, with the default parameters
|
JavaPlot(boolean isGraph3D)
Create a new instance of JavaPlot, using the default parameters.
|
JavaPlot(GNUPlotParameters par)
Create a new JavaPlot object with given parameters
|
JavaPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term)
Create a new JavaPlot object with given parameters, gnuplot path and
terminal
|
JavaPlot(GNUPlotParameters par,
java.lang.String gnuplotpath,
GNUPlotTerminal term,
boolean isGraph3D)
Create a new JavaPlot object with given parameters, gnuplot path terminal
ans isGraph3D
|
JavaPlot(java.lang.String gnuplotpath)
Create a new JavaPlot object with a given gnuplot path
|
JavaPlot(java.lang.String gnuplotpath,
boolean isGraph3D)
Create a new instance of gnuplot, with a given path for gnuplot.
|