Displaying 4 results from an estimated 4 matches for "0lfzd".
2019 Mar 05
1
[R] [FORGED] R cairo_pdf function does not respect plotting boundaries
...ting boundaries. Lines and shaded regions will spill over the lower x-axis and the right-side y-axis (sides 1 and 4). I would like to know if it is possible to fix this behaviour when using 'cairo_pdf' in R?
>
> As an example, see the image at this web link: https://i.stack.imgur.com/0lfZd.png
>
> This image is a screenshot of a PDF file constructed using the following minimum working example code:
>
> cairo_pdf(file="test.pdf", width=0.5, height=0.5)
> par("mar"=c(0.25,0.25,0.25,0.25))
> plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE)
> poly...
2019 Feb 28
2
R cairo_pdf function does not respect plotting boundaries
...t the plotting boundaries. Lines and shaded regions will spill over the lower x-axis and the right-side y-axis (sides 1 and 4). I would like to know if it is possible to fix this behaviour when using 'cairo_pdf' in R?
As an example, see the image at this web link: https://i.stack.imgur.com/0lfZd.png
This image is a screenshot of a PDF file constructed using the following minimum working example code:
cairo_pdf(file="test.pdf", width=0.5, height=0.5)
par("mar"=c(0.25,0.25,0.25,0.25))
plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE)
polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1),...
2019 Feb 28
2
R cairo_pdf function does not respect plotting boundaries
...t the plotting boundaries. Lines and shaded regions will spill over the lower x-axis and the right-side y-axis (sides 1 and 4). I would like to know if it is possible to fix this behaviour when using 'cairo_pdf' in R?
As an example, see the image at this web link: https://i.stack.imgur.com/0lfZd.png
This image is a screenshot of a PDF file constructed using the following minimum working example code:
cairo_pdf(file="test.pdf", width=0.5, height=0.5)
par("mar"=c(0.25,0.25,0.25,0.25))
plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE)
polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1),...
2019 Mar 05
0
R cairo_pdf function does not respect plotting boundaries
...t the plotting boundaries. Lines and shaded regions will spill over the lower x-axis and the right-side y-axis (sides 1 and 4). I would like to know if it is possible to fix this behaviour when using 'cairo_pdf' in R?
As an example, see the image at this web link: https://i.stack.imgur.com/0lfZd.png
This image is a screenshot of a PDF file constructed using the following minimum working example code:
cairo_pdf(file="test.pdf", width=0.5, height=0.5)
par("mar"=c(0.25,0.25,0.25,0.25))
plot(NA, xlim=c(0,1), ylim=c(0,1), axes=FALSE)
polygon(x=c(-1,-1,2,2), y=c(-1,2,2,-1),...