MCPcopy Index your code
hub / github.com/gonum/plot / Grid

Struct Grid

plotter/grid.go:25–31  ·  view source on GitHub ↗

Grid implements the plot.Plotter interface, drawing a set of grid lines at the major tick marks.

Source from the content-addressed store, hash-verified

23// Grid implements the plot.Plotter interface, drawing
24// a set of grid lines at the major tick marks.
25type Grid struct {
26 // Vertical is the style of the vertical lines.
27 Vertical draw.LineStyle
28
29 // Horizontal is the style of the horizontal lines.
30 Horizontal draw.LineStyle
31}
32
33// NewGrid returns a new grid with both vertical and
34// horizontal lines using the default grid line style.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected