package
Version:
v3.5.3+incompatible
Opens a new window with list of versions in this module.
Published: May 15, 2014
License: CC-BY-3.0, Freetype, GPL-3.0-or-later
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package graph renders 2D graphs of table data
-
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)
Draw rectangle given its diagonal.
func (g *Graph) SetMargins(left, right, bottom, top int)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.