Gnuplot中的标签脉冲图

时间:2012-02-25 01:54:38

标签: label gnuplot

我目前正在使用Gnuplot

绘制一系列脉冲条
using 1:23 notitle with impulses lt 0 linecolor rgb "#C0C0C0" axis x1y2, \
using 1:24 notitle with impulses lt 0 linecolor rgb "#C0C0C0" axis x1y2, \

我希望用每个冲动顶部的识别号标记这些脉冲条。如何调整上述代码才能实现此目的?

1 个答案:

答案 0 :(得分:1)

我知道这是一个旧线程,但你总是可以在with labels上绘制在指定位置的地块上添加标签。