Package org.jgnuplot

This package offers interface to gnuplot.

See:
          Description

Class Summary
Axes This class models all possibe values for axes used by the plot command.
Graph This class models graphs, defined in terms of functions or data files, that are used by the plot command.
LineType This class models all possible values for the line style option for a graph in a plot command.
Plot This class models the plot command.
PointType This class models all possible values for the point style option for a graph in a plot command.
State This class models a triplet value for certain settings, basicly it is boolean that can also be unspecified.
Style This class models all possible values for the style option for a graph in a plot command.
Terminal This class models all possible values for the terminal command.
 

Package org.jgnuplot Description

This package offers interface to gnuplot.