|
From: Thomas S. <t.s...@fz...> - 2010-03-23 07:55:13
|
set terminal gif size 200,200 set lmargin 0 set rmargin 0 set tmargin 0 set bmargin 0 set output 'test.gif' plot sin(x) set output Anthony Thyssen wrote: > > How to generate a graph image of specific size without labels? > > that is I what the 'border' of the plot to be the 'border' of the > final image that is of specific size. It is vital for including > the plot results into other image mosaics. > > Anthony Thyssen ( System Programmer ) <A.T...@gr...> > > -------------------------------------------------------------------------- > The meek shall inherit the earth... > One meter wide, two meters long. > > -------------------------------------------------------------------------- > Anthony's Castle http://www.cit.griffith.edu.au/~anthony/ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > > -- View this message in context: http://old.nabble.com/How-to-generate-a-graph-image-of-specific-size-without-labels--tp27994351p27997269.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |