Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignalPlotter ¶
SignalPlotter represents a plotter to plot signals.
func NewSignalPlotter ¶
func NewSignalPlotter(title string, xAxisTitle string, yAxisTitle string) *SignalPlotter
NewSignalPlotter creates and returns a new signal plotter.
func (*SignalPlotter) PlotSignals ¶
func (p *SignalPlotter) PlotSignals(signals [][]float64, titles []string, filename string) error
PlotSignals plots signals and saves the image to a PNG file.
Click to show internal directories.
Click to hide internal directories.