Uses of Interface
net.finmath.plots.Plot
Packages that use Plot
-
Uses of Plot in net.finmath.plots
Classes in net.finmath.plots that implement PlotModifier and TypeClassDescriptionclass
Small convenient wrapper for JFreeChart line plot derived.class
Small convenient wrapper for Java FX line plot.class
Small convenient wrapper for Java FX line plot.class
Small convenient wrapper for JZY3D derived from the JZY3D SurfaceDemo.class
Small convenient wrapper for JFreeChart line plot of a stochastic process.Methods in net.finmath.plots that return PlotModifier and TypeMethodDescriptionstatic Plot
Plots.createDensityBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)
Create a histogram behind a value scatter plot.static Plot
Plots.createDensityBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)
static Plot
Plots.createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)
Create a histogram behind a value scatter plot.static Plot
Plots.createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)
static Plot
Plots.createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot
Plots.createPlotOfHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)
Deprecated, for removal: This API element is subject to removal in a future version.static Plot
Plots.createScatter(List<double[]> points, Double xmin, Double xmax, Double ymin, Double ymax, int dotSize)
Plot.setIsLegendVisible(Boolean isLegendVisible)
Plot2DBarFX.setIsLegendVisible(Boolean isLegendVisible)
Plot2DFX.setIsLegendVisible(Boolean isLegendVisible)
Plot3DFX.setIsLegendVisible(Boolean isLegendVisible)
PlotProcess2D.setIsLegendVisible(Boolean isLegendVisible)
Plot.setXAxisLabel(String xAxisLabel)
Plot3DFX.setXAxisLabel(String xAxisLabel)
Plot.setYAxisLabel(String yAxisLabel)
Plot3DFX.setYAxisLabel(String yAxisLabel)
Plot.setZAxisLabel(String zAxisLabel)
Plot2DBarFX.setZAxisLabel(String zAxisLabel)
Plot2DFX.setZAxisLabel(String zAxisLabel)
Plot3DFX.setZAxisLabel(String zAxisLabel)
PlotProcess2D.setZAxisLabel(String zAxisLabel)