DataViz
https://github.com/Arafatk/DataViz
是对 graphviz 的封装 。
Glot
https://github.com/Arafatk/glot
是对 Gnuplot 的封装。
支持3D,相关Demo: http://gnuplot.sourceforge.net/demo/
Go chart
https://github.com/wcharczuk/go-chart
原生 Go 语言的图表库。
不支持3D。
Go-echarts
https://github.com/go-echarts/go-echarts
是对 Apache ECharts 的封装。
支持3D。
Go-callvis
http://github.com/ofabry/go-callvis
也是对 graphviz 的封装 。
SVGo
生成 Scalable Vector Graphics 1.1 规范定义的 SVG。
SVG 是一种用 XML 描述二维图形的语言。 它允许三种类型的图形对象:矢量图形(例如,由直线和曲线组成的路径)、图像和文本。
https://github.com/ajstarks/svgo