Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleGnuplot ¶ added in v1.0.3
type SimpleGnuplot struct {
// contains filtered or unexported fields
}
func New ¶
func New(gnuplotExecutablePath string) *SimpleGnuplot
func (*SimpleGnuplot) AddEnv ¶ added in v1.0.3
func (sg *SimpleGnuplot) AddEnv(key string, value interface{})
func (*SimpleGnuplot) DeleteEnv ¶ added in v1.0.3
func (sg *SimpleGnuplot) DeleteEnv()
func (*SimpleGnuplot) Exec ¶ added in v1.0.3
func (sg *SimpleGnuplot) Exec() error
func (*SimpleGnuplot) SetPlotFilePath ¶ added in v1.0.3
func (sg *SimpleGnuplot) SetPlotFilePath(plotFilePath string)
Click to show internal directories.
Click to hide internal directories.