i have been able to 'print' directly to pdf etc like this:
pdf('file.pdf')
print (ggplot()+ ....)
dev.off()
but havent seen similar for eps.
any help most appreciated and thanks again for deducer
postscript("plot.eps",horizontal=FALSE)
plot(1:10)
dev.off()
Ian
the postscript command works just fine. and of note if i invoke
horizontal=FALSE then i get a potrait sized figure but the axes are
correctly aligned.
could there be a little bug in the 'Save As EPS' in the Java plot
display window? the entire figure is printed 'as if' landscape but is
then rotated by 90 degrees anticlockwise such that the x-axis is
vertical on the right and the y axis horizontal at the bottom.
i'd be happy to post the eps files here but i dont see how one does
that - if you like i can email them to you.
ben
ian