小编Kar*_*arl的帖子

如何删除脚本中下一个绘图的标签和箭头

我有以下 Gnuplot 脚本:

set label "Threshold"  at first  1.03, first  -15
set arrow from graph 0,first -13 to graph 1, first -13 nohead lt 0 lw 5 

plot [1:12][] pot_t(x) t "up"  w lines ls 1
Run Code Online (Sandbox Code Playgroud)

绘制这个: 在此输入图像描述

水平线位于-13。

如果我在脚本中添加第二个情节

plot [5:20][] pot_t(x) t "up"  w lines ls 1
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述 水平线arrow仍然label在那里。

如何删除标签threshold和水平虚线?

问候

gnuplot

2
推荐指数
1
解决办法
7935
查看次数

标签 统计

gnuplot ×1