Categorygithub.com/aclements/go-gg
module
0.0.0-20170323211221-abd1f791f5ee
Repository: https://github.com/aclements/go-gg.git
Documentation: pkg.go.dev

# README

gg

gg is a plotting package for Go inspired by the Grammar of Graphics.

Note that gg is currently very experimental and the API is still in flux. Please vendor this package before using it.

To fetch gg, run

go get github.com/aclements/go-gg

# Packages

Package generic provides type-generic functions.
Package gg creates plots using the Grammar of Graphics.
No description provided by the author
Package palette provides palettes and ways to define palettes.
Package table implements ordered, grouped two dimensional relations.