是否有任何工具/库允许我通过命令行绘制折线图并将结果保存到图像中?
像这样的东西让我使用自己的数据来生成折线图?但是这个是基于网络的。 https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart
我正在寻找一些可以通过命令行运行的东西,以便它可以编写脚本。
我在 Ubuntu/cygwin 上运行。
谢谢你。
是否有任何工具/库允许我通过命令行绘制折线图并将结果保存到图像中?
像这样的东西让我使用自己的数据来生成折线图?但是这个是基于网络的。 https://google-developers.appspot.com/chart/interactive/docs/gallery/linechart
我正在寻找一些可以通过命令行运行的东西,以便它可以编写脚本。
我在 Ubuntu/cygwin 上运行。
谢谢你。
There is also rrdtool.
http://aplawrence.com/Girish/gv-rrdtool.html
This site contains some examples of how to interface with rrdtool from shell. This is what mrtg and ganglia have used for years to generate traffic flow graphing.
I prefer gnuplot myself. But, rrdtool is a powerful tool for time series charting.