Module conrod::widget::plot_path[][src]

A widget for plotting a series of lines using the given function x -> y.

Structs

PlotPath

A widget that plots a series of lines using the given function x -> y.

State

Unique state stored between updates for the PlotPath widget.

Style

Unique styling parameters for the PlotPath widget.