On 2018-09-06 05:17, Prof Brian Ripley wrote:
> On 06/09/2018 10:47, peter dalgaard wrote:
>> I think this needs to be taken off the bug repository and continued
>> here. By now it seems pretty clear that this is not an R bug, but a
>> local problem on Spencer's machine, likely connected to fo
On 06/09/2018 10:47, peter dalgaard wrote:
I think this needs to be taken off the bug repository and continued here. By
now it seems pretty clear that this is not an R bug, but a local problem on
Spencer's machine, likely connected to font configurations.
Or even on R-sig-Mac.
I poked aroun
I think this needs to be taken off the bug repository and continued here. By
now it seems pretty clear that this is not an R bug, but a local problem on
Spencer's machine, likely connected to font configurations.
I poked around a bit on the three Macs that I can access, and found that
fc-match
Seems ok on my system. Axis label size changes when cex.axis does.
## tested in the middle of another long session, so many additional packages
are attached, including some personal packages not available elsewhere
> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0
On 2018-08-31 14:21, Spencer Graves wrote:
Plots produced using svg in R 3.5.1 under macOS 10.13.6 ignores
cex.axis=2. Consider the following:
> plot(1:2, cex.axis=2)
> svg('svg_ignores_cex.axis.svg')
> plot(1:2, cex.axis=2)
> dev.off()
> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform
Plots produced using svg in R 3.5.1 under macOS 10.13.6 ignores
cex.axis=2. Consider the following:
> plot(1:2, cex.axis=2)
> svg('svg_ignores_cex.axis.svg')
> plot(1:2, cex.axis=2)
> dev.off()
> sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Runn