go-gg icon indicating copy to clipboard operation
go-gg copied to clipboard

Plotting package for Go

Results 6 go-gg issues
Sort by recently updated
recently updated
newest added

Fix minor hiccups to get a clean build and green test run.

This commit attempts to fix the issue reported by Nicolas in bug #12. It also fixes a similar issue with Fatalf in table/table_test.go. This change has been tested and no...

abd1f791f5ee99465ee7cffe771436379d6cee5a does not pass unit tests with Go 1.10. At least: ``` + GOPATH=/builddir/build/BUILD/go-gg-abd1f791f5ee99465ee7cffe771436379d6cee5a/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro '\''' # github.com/aclements/go-gg/gg ./scale.go:714: Sprintf format...

hello, When I try to build the project, it fails with FAIL: TestTableFromStructsEmbeddedUnexported (0.00s) new_test.go:75: columns should be [A C]; got [C] I'm using go1.9.4 linux/amd64 Thank you for your...

update the README to change the go get command: $ go get github.com/aclements/go-gg package github.com/aclements/go-gg: no buildable Go source files in /Users/ajstarks/gowork/src/github.com/aclements/go-gg $ go get github.com/aclements/go-gg/...

FYI, there is a floating point version with a compatible API: github.com/ajstarks/svgo/float