Closed beaquant closed 4 years ago
The plot
package leverages any third party plotting package that has the capability to write to a io.Writer
(which is probably all plotting packages).
In the example I use github.com/wcharczuk/go-chart
package.
If you read the documentation in there, you'll see how to add the XAxis and YAxis.
I didn't write it in the example to keep the Readme short. It is getting too long.
I think the graph
variable has a property you can adjust.
thanks, it works now :)
I copy the followed code from readme, but the chart haven't value in a Xaxis and Yaxis