恼人的线条与风格曲线

时间:2017-10-22 11:56:08

标签: gnuplot

我正在使用gnuplot 5.0 patchlevel 3并尝试绘制从数据文件生成的填充曲面。数据文件先前已经过awk和sort的帮助进行过滤和排序。

是一个最小的脚本
 set style fill transparent solid 0.2
 plot "<awk -f awkfile filename|sort -g -k 1" u 1:2 with filledcurve y1=90,'' u 1:2 w points

输出将曲线填充到y1 = 90,这很好。但是,每个数据点都有一条从y到y1 = 90的垂直线。该线条坚固且不透明。它破坏了输出。我该怎样摆脱它们?

Minimal output. Fill is working fine but the vertical lines going from data points to y1=90 ruins it. How can I get rid of them?

0 个答案:

没有答案