Uses of Class
net.finmath.plots.Plot2D
-
Packages that use Plot2D Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plot2D in net.finmath.plots
Methods in net.finmath.plots that return Plot2D Modifier and Type Method Description static Plot2D
Plots. createPlotOfHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots. createPlotScatter(double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
static Plot2D
Plots. createPlotScatter(List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
static Plot2D
Plots. createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)
static Plot2D
Plots. createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax, int dotSize)
Plot2D
Plot2D. setTitle(String title)
Plot2D
Plot2D. setXAxisLabel(String xAxisLabel)
Plot2D
Plot2D. setXAxisNumberFormat(NumberFormat xAxisNumberFormat)
Plot2D
Plot2D. setYAxisLabel(String yAxisLabel)
Plot2D
Plot2D. setYAxisNumberFormat(NumberFormat yAxisNumberFormat)
Plot2D
Plot2D. update(List<Plotable2D> plotables)
static Plot2D
Plots. updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots. updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
static Plot2D
Plots. updatePlotScatter(Plot2D plot, List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
Methods in net.finmath.plots with parameters of type Plot2D Modifier and Type Method Description static Plot2D
Plots. updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots. updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
static Plot2D
Plots. updatePlotScatter(Plot2D plot, List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
-