Documentation
¶
Overview ¶
package graph renders 2D graphs of table data
Index ¶
- type Graph
- func (g *Graph) DrawAxes(xTic, yTic float64)
- func (g *Graph) End()
- func (g *Graph) Line(x1, y1, x2, y2 float64)
- func (g *Graph) Polyline(x []float64, y []float64)
- func (g *Graph) Rect(x1, y1, x2, y2 float64)
- func (g *Graph) SetMargins(left, right, bottom, top int)
- func (g *Graph) SetRanges(xMin, xMax, yMin, yMax float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.