>>>>> Bert Gunter 
>>>>>     on Wed, 12 Dec 2018 08:51:04 -0800 writes:

    > Incidentally, here is another way to do what (I think) you asked using
    > layout():

    > m <- matrix(c(1,2,2), nrow =1)
    > layout(m)
    > plot(1:10, type = "p", main ="The First Plot")
    > plot(10:1, type = "l", main ="The Second Plot")

    > On my device, the plots use different size fonts, point sizes, etc. and so
    > aesthetically differ. 

Really? -- Not at all for me [Linux default device =
X11(type="cairo")], where all these are identical on the left
and the right plot.

Such behavior seems like a bogous graphics device  or
bogous interaction with underlying libraries or ??

    > I do not know why and am too lazy to delve into the code.
    > Bert Gunter

Can you at least tell us a bit more, e.g.

  dev.capabilities()
?

Best, Martin

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to