An open API service indexing awesome lists of open source software.

https://github.com/soypat/plot3

3D line plots in pure Go
https://github.com/soypat/plot3

3d-graph 3d-plot 3d-plotting go golang plot3 plotting pure-go

Last synced: 5 months ago
JSON representation

3D line plots in pure Go

Awesome Lists containing this project

README

          

[![Go Report Card](https://goreportcard.com/badge/github.com/soypat/plot3)](https://goreportcard.com/report/github.com/soypat/plot3)
[![go.dev reference](https://pkg.go.dev/badge/github.com/soypat/plot3)](https://pkg.go.dev/github.com/soypat/plot3)

# plot3

![plotspiral](./plotspiral.png)
Log spiral plot

3D plots using [fogleman/ln](https://github.com/fogleman/ln) library with the hope of someday being incorporated into gonum's [plot library](https://github.com/gonum/plot).

## Examples
See [`plot_test.go`](./plot_test.go)

## Contributing
For the love of god help me