Crate autd3_link_visualizer

Source

Modules§

colormap

Structs§

ListedColorMap
A colormap that linearly interpolates between a given series of values in an equally-spaced progression. This is modeled off of the matplotlib Python library’s ListedColormap, and is only used to provide reference implementations of the standard matplotlib colormaps. Clamps values outside of 0 to 1.
NullBackend
NullPlotConfig
PlotConfig
PlotRange
PlottersBackend
Visualizer
VisualizerBuilder

Traits§

Backend