|
From: dbateman <dba...@fr...> - 2010-01-15 14:04:22
|
Thomas Sefzick wrote: > > reset > set object 1 rectangle from screen 0,0 to screen 1,1 behind fc rgb > "#FF0000" > set object 2 rectangle from graph 0,0 to graph 1,1 behind fc rgb "#00FF00" > set multiplot layout 2, 1 title "Plot 1" > plot sin(x)/x > unset object 1 > set object 2 fc rgb "#0000FF" > plot sin(x)/x > unset multiplot > > That works though it seems a bit strange to me to unset an object before plotting the final plot.. Best Wishes David -- View this message in context: http://old.nabble.com/Use-of-multiplot-with-%22set-object%22-tp27173363p27176275.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |