Registry / cli / aybabtme-uniplot

aybabtme-uniplot

JSON →
library0.0.0-20151203143629-039c559e5e7egogounverified

Package uniplot provides terminal-based plotting using Unicode characters.

go get github.com/aybabtme/uniplot
INSTALL
IMPORT
SIG · AYBABTME-UNIPLOT
A
aybabtme-uniplot
cligov0.0.0-20151203143629-039c559e5e7e
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.

uniplot
github.com/aybabtme/uniplot

Plots a slice of float64 values as a Unicode histogram in the terminal.

package main import ( "fmt" "github.com/aybabtme/uniplot" ) func main() { data := []float64{1, 2, 3, 4, 5} plot := uniplot.Plot(data) fmt.Println(plot) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20151203143629-039c559e5e7elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
28
Resources
aybabtme-uniplot — go get aybabtme-uniplot · libregistry