|
From: Gopesh P. <gop...@ya...> - 2008-04-10 15:19:22
|
I have a multiplot attached in the .png file here. I have kept some blank space in one of the multiplots in which I want to display something, for example my name "GOPESH". I tried to do it by set label command but was not successful. My code snippet to generate attached plot is like this. Can some one help which command should I write to display my name in fourth plot? http://www.nabble.com/file/p16609073/test.png test.png set multiplot set size 0.5,0.5 set origin 0,0.5 set xlabel "Angle [Radian]" font 'tahoma, 10' textcolor lt 8 set ylabel "Experimental Gray Values" font 'tahoma, 10' textcolor lt 8 plot DataFile using 4:2 with lines set size 0.5,0.5 set origin 0.5,0 set xlabel "Exponents [n=2]" font 'tahoma, 10' textcolor lt 8 set ylabel "Coefficients" font 'tahoma, 10' textcolor lt 8 plot FitParametersFile using 3:2 title 'Coeff' with linespoints set size 0.5,0.5 set origin 0.5,0.5 set xlabel 'Radius [% of Aperture]' font 'tahoma, 10' textcolor lt 8 set ylabel 'Differential Transmission [Degree]' font 'tahoma, 10' textcolor lt 8 plot FitParametersFile using 1:3 title 'psi' with linespoints, g(x) title 'Fit curve for psi' unset multiplot -- View this message in context: http://www.nabble.com/Please-help-with-labels-in-multiplot-tp16609073p16609073.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |