The DOM element to draw within (div, etc.)
The ConstructorOptions for this plot.
Layer number being drawn
The settings related to the current plot. For use with checkSettings.
If your ConstructorOptions use the default xlabel and ylabel, changing these values will update the X and Y labels by getting the string name of the enumeration (Units).
If you resize the DOM element for the plot, call this to cause the plot to redraw
Push any changes in the settings to the underlying plot instance.
Get the SigPlot layer
Push the data buffer and other information to the plot.
buffer and parameters to plot
Remove the SigPlot layer
Generated using TypeDoc
RasterPlot provides a basic 2D "falling raster" (a.k.a., waterfall) plot of one's data.