Replace plotter.XYs with slices
Open
- Dominant language
- Go
- Stars
- 3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
In my experience, most data exists as x, y []float64, and not as []struct{X,Y float64}. plotter should replace these types
See discussion https://groups.google.com/d/msg/gonum-dev/FrGpgA-pZQs/FCy8op2JCwAJ
Contributor guide
Assessment
This issue has not been assessed yet.