A simple plot is easy to construct and especially useful for quick diagnostic plots of arrays of floats or doubles. Specifically, a simple plot is a plot frame with only one plot panel. For example, a simple plot of an array float[] f can be displayed with SimplePlot.asSequence(f);
source not stored for this graph (policy: none)
no test coverage detected