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 Plot2DPlots. createPlotOfHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)static Plot2DPlots. createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)Plot2DPlot2D. setTitle(java.lang.String title)Plot2DPlot2D. setXAxisLabel(java.lang.String xAxisLabel)Plot2DPlot2D. setXAxisNumberFormat(java.text.NumberFormat xAxisNumberFormat)Plot2DPlot2D. setYAxisLabel(java.lang.String yAxisLabel)Plot2DPlot2D. setYAxisNumberFormat(java.text.NumberFormat yAxisNumberFormat)Plot2DPlot2D. update(java.util.List<Plotable2D> plotables)static Plot2DPlots. updatePlotOfHistogram(Plot2D historgram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)Methods in net.finmath.plots with parameters of type Plot2D Modifier and Type Method Description static Plot2DPlots. updatePlotOfHistogram(Plot2D historgram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
-