gpt4 book ai didi

gnuplot - 自定义 GnuPlot 网格线

转载 作者:行者123 更新时间:2023-12-05 08:19:20 25 4
gpt4 key购买 nike

一切都在主题中。

如何在 Gnuplot (v4.6) 图表中自定义特定的网格线?

感谢任何提示。

最佳答案

您要自定义网格中每条线的外观吗?如果是这样,您可以使用创建和使用线型的所有常规机制:

set style line 100 lt 1 lc rgb "red" lw 2
set grid ls 100
plot sin(x)

但是,如果要自定义单行,则不能这样做。我能想到的最好的事情是在顶部放置另一条线( headless 箭头):

set grid
set style line 100 lt 1 lc rgb "red" lw 2
set arrow 100 from 0,-1 to 0,1 nohead ls 100 front
plot sin(x)

请注意,您也可以将箭头定位在不同的坐标系中:

set arrow 100 from graph 0.5,0 to graph 0.5,1 nohead ls 100 front

关于gnuplot - 自定义 GnuPlot 网格线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11437798/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com