gpt4 book ai didi

Gnuplot,如何添加没有刻度的网格?

转载 作者:行者123 更新时间:2023-12-02 13:28:06 25 4
gpt4 key购买 nike

我有类似的东西:

set grid xtics lt 0 lw 1 lc rgb "#a9a9a9"
set grid ytics lt 0 lw 1 lc rgb "#a9a9a9"

或者没有“xtics”标签的相同,效果很好!但如果我添加:

unset xtics

然后网格也消失了:(

如何才能只有网格而没有抽动?

最佳答案

要隐藏主要刻度,您可以使用set tics scale 0:

set grid
set tics scale 0
plot x

enter image description here

请注意,如果有一天您还想使用小刻度并隐藏它们,则必须使用set tics scale 0,0.001

关于Gnuplot,如何添加没有刻度的网格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24738515/

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