Gnuplot - 在矩形后面绘制网格

时间:2016-08-23 18:46:56

标签: gnuplot

我很难弄清楚如何在Gnuplot中绘制矩形后面的网格线。有谁知道如何实现这一目标?这是我到目前为止尝试过的代码,其中包含一个快速查看结果的图像:

set nokey
set grid
set size ratio -1
set xrange[0:10]
set yrange[0:10]
set style fill transparent solid 0.5
set xtics 1
set ytics 1
set obj 1 rect from 0,0 to 3,2
set obj 2 rect from 0,0 to 2,3
plot 0

enter image description here

1 个答案:

答案 0 :(得分:1)

也许这可能会有所帮助: set obj 1 rect from 0,0 to 3,2 fillstyle empty