Displaying 9 results from an estimated 9 matches for "hikx".
2017 Jul 08
1
[Rd] italic font on cairo devices in R 3.4
...0 Ilia Kats <ilia-kats at gmx.net>:
> Interesting. I did not have the package installed, but I did at some point
> extract Helvetica from some MacOSX font files and R was using that just fine
> until 3.3. This is how the plot looks in 3.4 (still using Helvetica):
> https://ptpb.pw/HikX.pdf . After removing Helvetica, installing the
> ttf-mscorefonts-installer package, and running fc-cache --force the plot
> looks like this: https://ptpb.pw/CM8A.pdf
>
> Also note that the standard pdf device works fine: https://ptpb.pw/3Ml1.pdf
> , it's just the cairo devices (...
2017 Jul 07
2
italic font on cairo devices in R 3.4
Hi Ilia,
I'm running Arch Linux, R 3.4.0.
Here's my test.pdf from your minimal example: https://ptpb.pw/HxsA.pdf
It doesn't look pixelated to me...
Here's a post that I wrote when I solved my last font problem in R,
almost 2 years ago:
https://stackoverflow.com/a/40940331/5087283
I had to install some Microsoft font packages, which is sad, because
there are some perfectly
2017 Jul 07
2
[Rd] italic font on cairo devices in R 3.4
Hi Ilia,
I'm running Arch Linux, R 3.4.0.
Here's my test.pdf from your minimal example: https://ptpb.pw/HxsA.pdf
It doesn't look pixelated to me...
Here's a post that I wrote when I solved my last font problem in R,
almost 2 years ago:
https://stackoverflow.com/a/40940331/5087283
I had to install some Microsoft font packages, which is sad, because
there are some perfectly
2017 Jul 07
0
[Rd] italic font on cairo devices in R 3.4
Interesting. I did not have the package installed, but I did at some
point extract Helvetica from some MacOSX font files and R was using that
just fine until 3.3. This is how the plot looks in 3.4 (still using
Helvetica): https://ptpb.pw/HikX.pdf . After removing Helvetica,
installing the ttf-mscorefonts-installer package, and running fc-cache
--force the plot looks like this: https://ptpb.pw/CM8A.pdf
Also note that the standard pdf device works fine:
https://ptpb.pw/3Ml1.pdf , it's just the cairo devices (both pdf and
svg) th...
2017 Jul 07
0
[Rd] italic font on cairo devices in R 3.4
...017 at 07:08:52PM +0200, Ilia Kats wrote:
> Interesting. I did not have the package installed, but I did at some point
> extract Helvetica from some MacOSX font files and R was using that just fine
> until 3.3. This is how the plot looks in 3.4 (still using Helvetica):
> https://ptpb.pw/HikX.pdf . After removing Helvetica, installing the
> ttf-mscorefonts-installer package, and running fc-cache --force the plot
> looks like this: https://ptpb.pw/CM8A.pdf
The second plot looks worse, in other words, and the Microsoft fonts
didn't help.
Maybe the Cairo device should be givin...
2017 Jul 04
2
italic font on cairo devices in R 3.4
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 am using Debian
Stretch. Several friends tried the same on their machines, another
Debian machine has the same
2017 Jul 04
2
italic font on cairo devices in R 3.4
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 am using Debian
Stretch. Several friends tried the same on their machines, another
Debian machine has the same
2017 Jul 15
2
One Dimensional Monte Carlo Simulation
...ts wrote:
>>> Interesting. I did not have the package installed, but I did at some point
>>> extract Helvetica from some MacOSX font files and R was using that just fine
>>> until 3.3. This is how the plot looks in 3.4 (still using Helvetica):
>>> https://ptpb.pw/HikX.pdf . After removing Helvetica, installing the
>>> ttf-mscorefonts-installer package, and running fc-cache --force the plot
>>> looks like this: https://ptpb.pw/CM8A.pdf
>>
>> The second plot looks worse, in other words, and the Microsoft fonts
>> didn't he...
2017 Aug 01
0
One Dimensional Monte Carlo Simulation
...ts wrote:
>>> Interesting. I did not have the package installed, but I did at some point
>>> extract Helvetica from some MacOSX font files and R was using that just fine
>>> until 3.3. This is how the plot looks in 3.4 (still using Helvetica):
>>> https://ptpb.pw/HikX.pdf . After removing Helvetica, installing the
>>> ttf-mscorefonts-installer package, and running fc-cache --force? the plot
>>> looks like this: https://ptpb.pw/CM8A.pdf
>>
>> The second plot looks worse, in other words, and the Microsoft fonts
>> didn't he...