首页 > 其他 > 详细

gnuplot conditional plotting: plot col A:col B if col C == x

时间:2016-09-09 23:54:47      阅读:413      评论:0      收藏:0      [点我收藏+]

http://stackoverflow.com/questions/6564561/gnuplot-conditional-plotting-plot-col-acol-b-if-col-c-x

How can I do this in gnuplot:

plot "test.csv" using 1:2 if value_in_column_3 == 80.0

It should only select those rows where column 3 == 80.0 and ignore all other rows (It should not plot a 0 for the other rows, simply ignore them)

Thanks in advance.


 

gnuplot conditional plotting: plot col A:col B if col C == x

原文:http://www.cnblogs.com/zkwarrior/p/5858339.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!