|
From: dbrant <bra...@ho...> - 2013-07-05 19:54:50
|
No luck i'm afraid. Using the following script with multiplot and set objects: reset set term png enhanced set output 'test.png' set object 1 rectangle from screen 0,0 to screen 1,1 behind fc rgb "red" set object 2 rectangle from graph 0,0 to graph 1,1 behind fc rgb "green" set title "dave" set xlabel "x1" set ylabel "y1" set multiplot layout 2, 1 title "Can you see this?" plot sin(x)/x unset object 1 set object 2 fc rgb "blue" set title "brant" set xlabel "x2" set ylabel "y2" plot cos(x)/x unset multiplot I can see individual graph titles but not the multiplot title. <http://gnuplot.10905.n7.nabble.com/file/n17470/test_no_object.png> It is there when the screen background is not coloured <http://gnuplot.10905.n7.nabble.com/file/n17470/test_with_object.png> but when colored it blocks it out for some reason! -- View this message in context: http://gnuplot.10905.n7.nabble.com/Use-of-multiplot-with-set-object-tp4311p17470.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |