Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataPlotter ¶
type DataPlotter struct {
// contains filtered or unexported fields
}
func New ¶
func New( dataFrame *plottabledataframe.PlottableDataFrame, alpha, beta float64, ) *DataPlotter
func (*DataPlotter) PlotToFile ¶
func (dp *DataPlotter) PlotToFile(filename string) error
func (*DataPlotter) SetTitles ¶
func (dp *DataPlotter) SetTitles(plotTitle, xAxisTitle, yAxisTitle string)
Click to show internal directories.
Click to hide internal directories.