[Rd] incorrect clipping on cairo devices

2018-02-11 Thread Ilia Kats
Hi all, consider the plot https://ptpb.pw/rTGw.pdf , generated by cairo_pdf();plot(1, 1, pch=16, cex=10, xlim=c(1,2), ylim=c(1,2));dev.off() . Notice how the circle is outside the bottom edge of the box. While this example is somewhat artificial, this behavior is very annoying when plotting s

Re: [Rd] italic font on cairo devices in R 3.4

2017-07-12 Thread Ilia Kats
FYI, I now have a second confirmed Mac OS system (with R 3.4.1) where the text is not rendered as italic. Ilia Original Message Subject: Re: [Rd] italic font on cairo devices in R 3.4 Date: 2017-07-12 05:48:24 +0200 From: Paul Murrell To: ilia-kats, r-devel Hi Do you have

Re: [Rd] italic font on cairo devices in R 3.4

2017-07-12 Thread Ilia Kats
Paul Murrell To: ilia-kats, r-devel Hi Do you have the 'fonts-texgyre' (Debian) package installed? If not, does installing that help? Paul On 07/07/17 20:30, Ilia Kats wrote: [cross-post from R-help] Hi all, I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo

Re: [Rd] italic font on cairo devices in R 3.4

2017-07-07 Thread Ilia Kats
o_pdf due to unicode characters in axis labels. Cheers, Ilia Original Message Subject: Re: [Rd] italic font on cairo devices in R 3.4 Date: 2017-07-07 18:17:34 +0200 From: frederik To: Ilia Kats CC: r-devel, r-help Hi Ilia, I'm running Arch Linux, R 3.4.0. Here

[Rd] italic font on cairo devices in R 3.4

2017-07-07 Thread Ilia Kats
[cross-post from R-help] Hi all, I have the following problem: Since R 3.4.0, italic fonts rendered on Cairo devices appear pixelated. Here's a minimal example: cairo_pdf('test.pdf') plot(1:10, ylab=expression(italic(test))) dev.off() The same problem occurs with bolditalic, but not bold. I a