set label "aaa...aaa" center rotate by 90 at screen 0.02,0.5
see 'help coordinates' or
http://www.gnuplot.info/docs/node49.htmland 'help set label' or
http://www.gnuplot.info/docs/node193.html
hanamilani wrote:
Hi,
pls forgive me to post again, still got difficulty placing the label at the right place.
out.epsThe file I have uploaded is the result of the following commads in gnuplot. The label is supposed to be situated at the "cemter left" of the image vertically as the overall ylabel of the boxes. But, I could not manage to place it at the right place.
here is the gnuplot commads:
gnuplot> set terminal postscript enhanced
gnuplot> set output 'out.eps'
gnuplot> set xrange [-1:1]
gnuplot> set yrange [-1:1]
gnuplot> set multiplot layout 3,2
multiplot> plot sin(x)
multiplot> set label "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" rotate by 90 at -1.5,0
multiplot> plot sin(x-1)
multiplot> unset label
multiplot> plot sin(x-2)
multiplot> plot cos(x)
multiplot> plot cos(x-1)
multiplot> plot cos(x-2)
multiplot> unset multiplot
I would be grateful if you guide me how to solve this problem.
Regards,