|
From: Thomas S. <t.s...@fz...> - 2007-10-08 18:18:35
|
i'm did the plot in a x11 terminal and got only one plot - the lower left one. in the gif terminal you get all 4, but 3 without axis tics and labels. i replaced each '2' in 'set size' by '1' and each '1' in 'set size' and 'set origin' by '0.5' and got all 4 plots with proper tics on the axes Tim T. wrote: > > Hi, > > I was forced to take over some plotting software from a colleague, and am > under some deadline constraints. I've tried googling my problem, but > I probably don't know the right terms to use. > > The problem: the software we use produces a collection of pm3d/splot > surfaces. > Only the bottom left splot in the multiplot has any information > about axes and > color scale associated with it. > > SInce I know that at least the vertical range of the data may vary, > I'd like to have > at a minimum the vertical range annotated with range info. > > > Sample script: > set pm3d map > set terminal gif > set output "testPlot.gif" > > set size 2,2 > set origin 0,0 > set multiplot > > set size 1,1 > set origin 1,0 > splot sin(x*y/10) > > set size 1,1 > set origin 0,1 > splot cos(x*y/10) > > set size 1,1 > set origin 0,0 > splot sin(x*y/20) > > set size 1,1 > set origin 1,1 > splot cos(x*y/20) > unset multiplot > > What am I doing wrong here ? > > TimT. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gnuplot-info mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://www.nabble.com/Multiplot-splot-annotations-tf4588128.html#a13102068 Sent from the Gnuplot - User mailing list archive at Nabble.com. |