码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-09-09 23:57:52      阅读:265      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!