| Package | Description |
|---|---|
| net.finmath.plots |
Simple convenient creation of plots.
|
| Modifier and Type | Method and Description |
|---|---|
GraphStyle |
Plotable2D.getStyle() |
GraphStyle |
PlotableCategories.getStyle() |
GraphStyle |
PlotableFunction2D.getStyle() |
GraphStyle |
PlotablePoints2D.getStyle() |
| Constructor and Description |
|---|
PlotableFunction2D(double xmin,
double xmax,
int numberOfPointsX,
Named<java.util.function.DoubleUnaryOperator> namedFunction,
GraphStyle style) |
PlotablePoints2D(java.lang.String name,
java.util.List<Point2D> series,
GraphStyle style) |
Copyright © 2018. All Rights Reserved.