An object holding plotting information
Super class
ospsuite.utils::Printable -> Plotable
Public fields
labelA string that is used as a label (e.g. in the legend) for the data set that will be plotted
colorColor that will be used when plotting the output. Represented as a array of three HSV values.
xFactorNumeric value the x-values will be multiplied by.
yFactorNumeric value the y-values will be multiplied by.
xOffsetA value that is added to all x-values when plotting
yOffsetA value that is added to all y-values when plotting
type"p" for points, "l" for line, or "pl" for both
pchEither an integer specifying a symbol or a single character to be used as the default in plotting points. See
parfor more information.ltyThe line type. See
parfor more information.