Representation of streaming data using GNUPLOT

最后都变了- 提交于 2019-12-25 05:23:54

问题


I want to represent streaming data using gnuplot. I tried it to plot using commands like 'replot','pause' and 'reread'. But its too slow and weird when data set is so large and similar.Is there any other way to plot streaming data


回答1:


feedgnuplot is a Perl wrapper script around Gnuplot which does exactly what you describe using replot. It has a realtime streaming mode with option --stream. The documentation has an example where a live graph of bandwidth use of a network interface is drawn. If some option you need is not directly supported by feedgnuplot, you can sitll pass options through to gnuplot, so all drawing styles, axis settings etc are supported.



来源:https://stackoverflow.com/questions/11643140/representation-of-streaming-data-using-gnuplot

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!