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
- Host: GitHub
- URL: https://github.com/soypat/plot3
- Owner: soypat
- License: bsd-3-clause
- Created: 2021-01-10T02:27:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T21:33:35.000Z (about 5 years ago)
- Last Synced: 2025-02-25T23:44:50.421Z (12 months ago)
- Topics: 3d-graph, 3d-plot, 3d-plotting, go, golang, plot3, plotting, pure-go
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/soypat/plot3)
[](https://pkg.go.dev/github.com/soypat/plot3)
# plot3

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