Registry / utility / v1-plot

v1-plot

JSON →
library0.17.0gogounverified

Package plot provides an API for setting up plots, and primitives for drawing on plots.

go get gonum.org/v1/plot
INSTALL
IMPORT
SIG · V1-PLOT
V
v1-plot
utilitygov0.17.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plot
gonum.org/v1/plot

Create a new plot

package main import ( "fmt" "gonum.org/v1/plot" ) func main() { p := plot.New() fmt.Println(p) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.17.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
v1-plot — go get v1-plot · libregistry