Documentation
¶
Overview ¶
Plotting Utility.
Index ¶
- func ChangeDefaultFont(f *font.Font)
- func LoadFont(byt []byte) (*font.Font, error)
- func LoadFontFile(path string) (*font.Font, error)
- func PlotLine(title string, plots plotter.XYs, w io.Writer, ops ...plotLineConfFunc) error
- func WithFormat(v string) plotLineConfFunc
- func WithHeight(v font.Length) plotLineConfFunc
- func WithLineLabel(v string) plotLineConfFunc
- func WithWidth(v font.Length) plotLineConfFunc
- func WithXLabel(v string) plotLineConfFunc
- func WithXNames(n []string) plotLineConfFunc
- func WithYLabel(v string) plotLineConfFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeDefaultFont ¶
func WithFormat ¶
func WithFormat(v string) plotLineConfFunc
func WithHeight ¶
func WithLineLabel ¶
func WithLineLabel(v string) plotLineConfFunc
func WithXLabel ¶
func WithXLabel(v string) plotLineConfFunc
func WithXNames ¶
func WithXNames(n []string) plotLineConfFunc
func WithYLabel ¶
func WithYLabel(v string) plotLineConfFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.