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

Posted 海阔天空

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gnuplot conditional plotting: plot col A:col B if col C == x相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

Gnuplot

有gnuplot配置文件吗?

使用 gnuplot 绘制宽度图

gnuplot - 正确裁剪 3D 图(splot)

gnuplot 学习笔记

如何用 Torch gnuplot 绘制两条线?