|
From: Theo <th...@gm...> - 2013-11-05 09:54:52
|
Hi Max, could it be that instead of 'unset key' you are looking for 'unset colorbox'? set colorbox # set margins and ranges, etc. plot 'Data.dat' u 1:2:3 with image unset colorbox # set margins and ranges, etc. plot 'Data.dat' u 1:2:3 with image You also might have to adjust the margins of one of the graphs. |