|
From: Thomas S. <t.s...@fz...> - 2009-04-29 07:30:51
|
the ytics offset is not the problem, but the automatic calculation of
the left margin. adjust this margin by hand and specify an offset
for the ylabel to get it into the plot. add to the commands in your
first email:
set lmargin 10
set ylabel offset 31,0,0
Christian Schroeder wrote:
>
> Thanks for your previous reply.
>
>>> How do I fix this?
>
>> See "help xtics" about the "offset" option, I think.
>
> This helps in that it moves the "ytics" labels that I wish into a spot
> next to the the ylabel. Unfortunately, the graph remains squashed onto the
> right side of the page! Please see the attached file, which was made using
> the following ytics line:
>
> set ytics offset -30 ('$0$' 0, '$\frac{\mathcal{S}_0T_{2}^\ast}{2}$' 0.5,
> '$\mathcal{S}_0T_{2}^\ast$' 1)
>
> Any thoughts? Thanks again!
>
> Cheers,
>
> Christian http://www.nabble.com/file/p23289038/absorption_plot.pdf
> absorption_plot.pdf
>
--
View this message in context: http://www.nabble.com/Plot-size-and-spacing-problem-tp23275857p23292059.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|