I need some help with the following problem:
In a figure-environment I have several subfloats (gnuplot plots as pdf) one below the other. As the labels of the y-tics are differing in length , the two plot areas of the subfloats are not aligned to each other, which is though what I want.
Does anyone here know how I can align the subfloats so, that the margin to the right edge of the document is remains equal?
Code: Select all
That's what I have:
y :::::::::::::
y :::::::::::::
yyyyy :::::::::::::
yyyyy :::::::::::::
That's what I want:
y :::::::::::::
y :::::::::::::
yyyyy :::::::::::::
yyyyy :::::::::::::
Thanks in advance,
palle
EDIT: Ok little update: Normally this would work with \flushright, but as the figures may be larger than \textwidth, this is not always applicable. Is there a way to let figures ignore the page margins?