2 つの重なり合う図 (1 つは「大きい」、もう 1 つは小さい「ズームイン」) をプロットしようとしています。問題は、ラベル、目盛りラベルなどを含む、「小さな」図全体にしっかりとした背景を持たせないことです.
誰にもアイデアはありますか?
これが私の問題のSWEです(編集済みは私の問題に近いです):
reset
set multiplot
plot sin(x)/x ls -1
set size 0.4,0.4
set origin 0.6,0.5
set object 1 rectangle from graph 0,0 to graph 1,1 behind fc rgb "#04AA40"
plot sin(x)/x ls -1
unset multiplot