Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PlotCorrMat ¶
PlotCorrMat displays the correlation matrix using the fyne package
Types ¶
type Plot ¶ added in v0.0.30
type Plot struct { widget.BaseWidget // contains filtered or unexported fields }
Plot is a custom widget to display live data as a plot
func (*Plot) CreateRenderer ¶ added in v0.0.30
func (p *Plot) CreateRenderer() fyne.WidgetRenderer
CreateRenderer implements fyne.WidgetRenderer
func (*Plot) UpdateData ¶ added in v0.0.30
UpdateData updates the data of the plot
Click to show internal directories.
Click to hide internal directories.