Package | Description |
---|---|
com.panayotis.gnuplot | |
com.panayotis.gnuplot.plot |
Modifier and Type | Method and Description |
---|---|
Axis |
GNUPlot.getAxis(java.lang.String axisname)
Use this method to get a reference to the plot axis, in order to set
various parameters.
|
Axis |
GNUPlotParameters.getAxis(java.lang.String axisname)
Get one of the available Axis from default Graph, in order to set some
parameters on it.
|
Modifier and Type | Method and Description |
---|---|
Axis |
Graph.getAxis(java.lang.String axisname)
Get one of the available Axis, in order to set some parameters on it.
|