【问题标题】:How to add text to an arrow in GnuPlot如何在 GnuPlot 中向箭头添加文本
【发布时间】:2013-05-29 18:07:36
【问题描述】:

是否可以在 gnuplot 中向箭头添加文本?​​

假设我画了一个箭头:

set arrow from 0,0 to 1,1 head
plot(x)

是否可以在这个箭头上附加一些文字?

谢谢

【问题讨论】:

    标签: gnuplot octave


    【解决方案1】:

    是的。使用这个命令:

    set label "arrow" at 1,1
    

    More details on label can be found here
    公平地说,它不会将文本/标签附加到箭头上,而是将其放在图表上。你知道你的箭头在哪里,你可以把它和标签搭配起来。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-05-17
      • 1970-01-01
      • 1970-01-01
      • 2020-10-28
      • 1970-01-01
      • 1970-01-01
      • 2011-05-26
      相关资源
      最近更新 更多