Uses of Interface
net.finmath.plots.Plot
-
Packages that use Plot Package Description net.finmath.plots Simple convenient creation of plots. -
-
Uses of Plot in net.finmath.plots
Classes in net.finmath.plots that implement Plot Modifier and Type Class Description classPlot2DSmall convenient wrapper for JFreeChart line plot derived.classPlot2DBarFXSmall convenient wrapper for Java FX line plot.classPlot2DFXSmall convenient wrapper for Java FX line plot.classPlot3DSmall convenient wrapper for JZY3D derived from the JZY3D SurfaceDemo.classPlotProcess2DSmall convenient wrapper for JFreeChart line plot of a stochastic process.Methods in net.finmath.plots that return Plot Modifier and Type Method Description static PlotPlots. createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations)Create a histogram behind a value scatter plot.static PlotPlots. createHistogramBehindValues(net.finmath.stochastic.RandomVariable randomVariableX, net.finmath.stochastic.RandomVariable randomVariableY, int numberOfPoints, double standardDeviations, Double xmin, Double xmax)static PlotPlots. 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 PlotPlots. 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.PlotPlot. setIsLegendVisible(Boolean isLegendVisible)PlotPlot2D. setIsLegendVisible(Boolean isLegendVisible)PlotPlot2DBarFX. setIsLegendVisible(Boolean isLegendVisible)PlotPlot2DFX. setIsLegendVisible(Boolean isLegendVisible)PlotPlot3D. setIsLegendVisible(Boolean isLegendVisible)PlotPlotProcess2D. setIsLegendVisible(Boolean isLegendVisible)PlotPlot. setTitle(String title)PlotPlot3D. setTitle(String title)PlotPlot. setXAxisLabel(String xAxisLabel)PlotPlot3D. setXAxisLabel(String xAxisLabel)PlotPlot. setYAxisLabel(String yAxisLabel)PlotPlot3D. setYAxisLabel(String yAxisLabel)PlotPlot. setZAxisLabel(String zAxisLabel)PlotPlot2D. setZAxisLabel(String zAxisLabel)PlotPlot2DBarFX. setZAxisLabel(String zAxisLabel)PlotPlot2DFX. setZAxisLabel(String zAxisLabel)PlotPlot3D. setZAxisLabel(String zAxisLabel)PlotPlotProcess2D. setZAxisLabel(String zAxisLabel)
-