PlotPDF resolution #660
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Please note that I have converted this issue into a discussion topic because issue reports are only meant for problems with the software. All questions and feature requests should be reported in the discussions area. This is stated in the issue request screen and in the issue template. To answer your question, In your particular example, I'm assuming that this is an embedding plot that was created using Alternatively, you can look into the |
Beta Was this translation helpful? Give feedback.
-
Hi @rcorces to piggy back off of this, how can we plot a vectorized plot for the "plotMarkers" function? I see that it does not have a "rastr = FALSE" option, nor the "..." |
Beta Was this translation helpful? Give feedback.
Please note that I have converted this issue into a discussion topic because issue reports are only meant for problems with the software. All questions and feature requests should be reported in the discussions area. This is stated in the issue request screen and in the issue template.
To answer your question,
plotPDF()
is only meant to take already generated plots and print them onto a PDF. For the most part,plotPDF()
has nothing to do with the resolution.In your particular example, I'm assuming that this is an embedding plot that was created using
plotEmbedding()
. If you look at the parameters forplotEmbedding()
you will seerastr
as well as...
. Whenrastr = TRUE
you convert vector…