我有类似的东西:
set grid xtics lt 0 lw 1 lc rgb "#a9a9a9"
set grid ytics lt 0 lw 1 lc rgb "#a9a9a9"
Run Code Online (Sandbox Code Playgroud)
或者没有"xtics"标签,并且工作正常!但如果我补充:
unset xtics
Run Code Online (Sandbox Code Playgroud)
然后网格也消失了:(
我怎么才能有一个网格,没有抽搐?
gnuplot ×1