Expand description
plotbuilder provides the struct
s that organize the plot data, plus some helper functions
It is recommended to use PlotBuilder2D::simple_xy
rather than manually instantiating the PlotBuilder2D
struct,
but feel free to approach this in the most ergonomic fashion for you.
Structs§
PlotBuilder2D
contains all of the necessary information to create a series of stacked 2 dimensional plots. For the moment, only provide onePlotVals2D
, otherwise things will probably go poorly.
Enums§
PlotVals2D
provides all of the value data for an individual plot Note: OnlyXy()
andXyColor()
do anything at the moment