Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 gnuplot 中向箭头添加文本?
假设我画了一个箭头:
set arrow from 0,0 to 1,1 head plot(x)
是否可以在此箭头上附加一些文字?
谢谢
是的。使用这个命令:
set label "arrow" at 1,1
有关标签的更多详细信息,请参见此处 公平地说,它不会将文本/标签附加到箭头上,而是将其放在图表上。如您所知,您的箭头在哪里,您可以将其与标签搭配使用。