I am trying to get figures ready for publication, where the journal requires the figures to be a certain width and height and the font size to be 10.
This is my basic structure:
cairo_ps(file = "plot.eps", width = 6.85, height = 9.213)
dotplot(...)
dev.off()
I've tried to force the font size using trellis.par.set
, trellis.device
and setting it with pointsize
in the device itself, but no luck. I can't get to change the font size to be anything than it defaults to. Any ideas?