plot

public void plot(List<Double> data, String name, String label)

Plots a sequence of values

Parameters

data

list of values to plot

name

name of the plot

label

label of the plot


public void plot(List<Double> dataDown, List<Double> dataUp, String name)

Plots a sequence of interval values

Parameters

dataDown

lower bound of the interval

dataUp

upper bound of the interval

name

name of the plot


public void plot(TimeChain<Double, Box<Double>> data, String name)

Plots a time chain of values

Parameters

data

list of values to plot

name

name of the plot