相关疑难解决方法(0)

Gnuplot网格格式xtics mxtics

如何为主网格(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

7
推荐指数
4
解决办法
3万
查看次数

标签 统计

gnuplot ×1