【发布时间】:2012-05-13 09:27:11
【问题描述】:
我目前正在用 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, \
我想在每个脉冲的顶部用识别数字标记这些脉冲条。如何调整上面的代码来实现这一点?
【问题讨论】: