Module dataplotlib::plotbuilder [] [src]

plotbuilder provides the structs 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

PlotBuilder2D contains all of the necessary information to create a series of stacked 2 dimensional plots. For the moment, only provide one PlotVals2D, otherwise things will probably go poorly.

Enums

PlotVals2D

PlotVals2D provides all of the value data for an individual plot Note: Only Xy() and XyColor() do anything at the moment

Type Definitions

AnimFn
PlotFn