Page 1 of 1

[Solved] Export plots with Cairo?

Posted: Tue Jun 12, 2018 6:29 am
by losses
The plot quality on Windows is not ideal enough, is it possible to get plots output via Cairo? :)

[1] Cairo: https://cran.r-project.org/package=Cairo

Re: Export plots with Cairo?

Posted: Tue Jun 12, 2018 6:36 am
by jonathon
hi,

this is our code for plotting: https://github.com/jamovi/jmvcore/blob/ ... #L303-L305

we use cairo on all platforms *except* windows. i think the issue was that text would often come out wrong. i'll double check this in a bit.

cheers

jonathon

Re: Export plots with Cairo?

Posted: Tue Jun 12, 2018 7:09 am
by jonathon
oh, but if you're wanting to *export* plots, just save them as an .svg, or an .eps

Re: Export plots with Cairo?

Posted: Wed Jun 13, 2018 12:00 am
by losses
Wow, that's great! Thanks a lot! :grinning: