Uses of Class
net.finmath.plots.Plot2D
Packages that use Plot2D
-
Uses of Plot2D in net.finmath.plots
Methods in net.finmath.plots that return Plot2DModifier and TypeMethodDescriptionstatic Plot2D
Plots.createDensity(List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.createDensity(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.createHistogram(List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.createHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.createPlotOfHistogram(net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.createPlotScatter(double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.createPlotScatter(List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.createPlotScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax, int dotSize)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.createScatter(double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
static Plot2D
Plots.createScatter(List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
static Plot2D
Plots.createScatter(List<Double> x, Map<String,List<Double>> mapOfValues, double xmin, double xmax, int dotSize)
Create a scatter plot.static Plot2D
Plots.createScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y)
static Plot2D
Plots.createScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax)
static Plot2D
Plots.createScatter(net.finmath.stochastic.RandomVariable x, net.finmath.stochastic.RandomVariable y, double xmin, double xmax, int dotSize)
Plot2D.setIsLegendVisible(Boolean isLegendVisible)
Plot2D.setXAxisLabel(String xAxisLabel)
Plot2D.setXAxisNumberFormat(NumberFormat xAxisNumberFormat)
Plot2D.setXRange(double xmin, double xmax)
Plot2D.setYAxisLabel(String yAxisLabel)
Plot2D.setYAxisNumberFormat(NumberFormat yAxisNumberFormat)
Plot2D.setYRange(double ymin, double ymax)
Plot2D.setZAxisLabel(String zAxisLabel)
Plot2D.update(List<Plotable2D> plotables)
static Plot2D
Plots.updateDensity(Plot2D histogram, List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateDensity(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateHistogram(Plot2D histogram, List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.updatePlotScatter(Plot2D plot, List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
static Plot2D
Plots.updateScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
Methods in net.finmath.plots with parameters of type Plot2DModifier and TypeMethodDescriptionstatic Plot2D
Plots.updateDensity(Plot2D histogram, List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateDensity(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateHistogram(Plot2D histogram, List<Double> values, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updateHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
static Plot2D
Plots.updatePlotOfHistogram(Plot2D histogram, net.finmath.stochastic.RandomVariable randomVariable, int numberOfPoints, double standardDeviations)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.updatePlotScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot2D
Plots.updatePlotScatter(Plot2D plot, List<Double> x, List<Double> y, double xmin, double xmax, int dotSize)
static Plot2D
Plots.updateScatter(Plot2D plot, double[] xValues, double[] yValues, double xmin, double xmax, int dotSize)