Versions in this module Expand all Collapse all v0 v0.0.1 Sep 28, 2017 Changes in this version + type Func func(x float64) float64 + type Plotter struct + func NewPlotter(fname string, persist, debug bool) (*Plotter, error) + func (self *Plotter) CheckedCmd(format string, a ...interface{}) + func (self *Plotter) Close() (err error) + func (self *Plotter) Cmd(format string, a ...interface{}) error + func (self *Plotter) PlotFunc(data []float64, fct Func, title string) error + func (self *Plotter) PlotNd(title string, data ...[]float64) error + func (self *Plotter) PlotX(data []float64, title string) error + func (self *Plotter) PlotXY(x, y []float64, title string) error + func (self *Plotter) PlotXYZ(x, y, z []float64, title string) error + func (self *Plotter) ResetPlot() (err error) + func (self *Plotter) SetLabels(labels ...string) error + func (self *Plotter) SetPlotCmd(cmd string) (err error) + func (self *Plotter) SetStyle(style string) (err error) + func (self *Plotter) SetXLabel(label string) error + func (self *Plotter) SetYLabel(label string) error + func (self *Plotter) SetZLabel(label string) error