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(double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)static Plot2DPlots. createPlotScatter(List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)static Plot2DPlots. createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)static Plot2DPlots. createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax, int dotSize)Plot2DPlot2D. setTitle(String title)Plot2DPlot2D. setXAxisLabel(String xAxisLabel)Plot2DPlot2D. setXAxisNumberFormat(NumberFormat xAxisNumberFormat)Plot2DPlot2D. setYAxisLabel(String yAxisLabel)Plot2DPlot2D. setYAxisNumberFormat(NumberFormat yAxisNumberFormat)Plot2DPlot2D. update(List<Plotable2D> plotables)static Plot2DPlots. updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)static Plot2DPlots. updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)static Plot2DPlots. 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 Plot2DPlots. updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)static Plot2DPlots. updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)static Plot2DPlots. updatePlotScatter(Plot2D plot, List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
-