几个Golang绘图的库
https://github.com/Arafatk/DataViz
是对 graphviz 的封装 。
https://github.com/Arafatk/glot
是对 Gnuplot 的封装。
支持3D,相关Demo: http://gnuplot.sourceforge.net/demo/
https://github.com/wcharczuk/go-chart
原生 Go 语言的图表库。
不支持3D。
https://github.com/go-echarts/go-echarts
是对 Apache ECharts 的封装。
支持3D。
http://github.com/ofabry/go-callvis
也是对 graphviz 的封装 。
https://github.com/ajstarks/svgo
https://github.com/gonum/plot
例子