Skip to main content

Module plot

Module plot 

Source

Structs§

BodePlot
BodePlot holds the configuration options and data for a Bode plot.
BodePlotData
BodePlotData represents the data for a Bode plot, including magnitude, phase, and frequency points.
BodePlotEgui
BodePlotEgui is a wrapper for displaying the BodePlot using the eframe GUI framework.
BodePlotOptions
BodePlotOptions holds the options for configuring a Bode plot, such as the title and axis limits.
NyquistPlot
A struct representing the Nyquist plot.
NyquistPlotData
A struct representing the data points for a Nyquist plot.
NyquistPlotEgui
A helper struct for rendering the Nyquist plot using the eframe framework.
NyquistPlotOptions
A struct representing the options for a Nyquist plot.
RGBAColor
A struct representing a color in the RGBA color space.

Traits§

Plot
The Plot trait defines a common interface for types that can display a plot. Types implementing this trait should be able to show a plot in a graphical window.