如何为主网格(xtics,ytics)定义一种格式,为次要抽搐(mxtics和mytics)定义另一种格式?
我试过了:
set style line 100 lt 1 lc rgb "gray" lw 2
set style line 101 lt 1 lc rgb "gray" lw 1
set grid xtics ytics ls 100
set grid mxtics mytics ls 101
Run Code Online (Sandbox Code Playgroud)
但这需要为所有网格定义最后一个lw(1).
gnuplot ×1