Package fern.tools.gnuplot

Provides classes to use gnuplot from java.

See:
          Description

Class Summary
ArrayMatrixAxes Implementation of Axes to use with array matrixes of any number type (the type of the arrays is inferred by using the reflection api).
Axes Contains the data columns for GnuPlot.
CollectionAxes Implementation of Axes to use with Collections or Iterables of any number type or array of numbers (the type of the collection is inferred by using the reflection api).
GnuPlot The class GnuPlot provides methods for handling gnuplot data.
TransposedArrayMatrixAxes Implementation of Axes to use with transposed array matrixes of any number type (the type of the arrays is inferred by using the reflection api).
 

Package fern.tools.gnuplot Description

Provides classes to use gnuplot from java.