Package | Description |
---|---|
fern.tools.gnuplot |
Modifier and Type | Class and Description |
---|---|
class |
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). |
class |
CollectionAxes
Implementation of
Axes to use with Collection s or Iterable s of any number
type or array of numbers (the type of the collection is inferred by using the reflection api). |
class |
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). |
Modifier and Type | Method and Description |
---|---|
Axes |
GnuPlot.addData(Axes axes)
Adds data in order to plot it.
|
Axes |
GnuPlot.addData(Collection col,
String[] dataLabels,
String[] styles)
Adds data in order to plot it.
|
Axes |
GnuPlot.addData(Object[] arr,
boolean transposed,
String[] dataLabels,
String[] styles)
Adds data in order to plot it.
|
Axes |
GnuPlot.addData(Object arr,
String[] dataLabels,
String[] styles)
Adds data in order to plot it.
|
Modifier and Type | Method and Description |
---|---|
List<Axes> |
GnuPlot.getAxes()
Returns the Axes object containing the data, labels and styles.
|
Modifier and Type | Method and Description |
---|---|
void |
Axes.addAxes(Axes axes)
Attaches an
Axes object to this one. |
Axes |
GnuPlot.addData(Axes axes)
Adds data in order to plot it.
|
Copyright © 2007–2021. All rights reserved.