Graphic file formats
Murat Yildizoglu
myildi at gmail.com
Thu Dec 9 15:39:08 UTC 2021
You can even save in PNG from R and choose the definition in dpi that you want and the size of the bitmap plot. You can make them quite big, they will never be as demanding as a vector image (as in a pdf export) with thousands data points.
In Rich’s specific case, I suspect that the outliers of the boxplots crowd the plot. ggplot has an option for not plotting them, then you have just simple boxes left on the plot, and they do not need much memory, a few Ko only.
For showing data distribution, I also like to use, when they are informative and relevant, kernel-density plots instead of data points.
I have had to find these substitution strategies because my points plots were saturating the lab printer’s memory, giving incomplete printed pages (and yes, the pages were also slow to show on screen of course with machines of that time).
http://yildizoglu.fr
Le 9 déc. 2021 à 20:57 +0700, Herbert Voss via lyx-users <lyx-users at lists.lyx.org>, a écrit :
>
>
> Am 08.12.21 um 18:09 schrieb Rich Shepard via lyx-users:
> > On Wed, 8 Dec 2021, Steve Litt wrote:
> >
> > > That's a lot of time. How many words is this book?
> >
> >
> > It's not the document's size, but the PDF image's size. I've attached
> > a copy
> > of the 3.7M file so everyone can play with loading it in a document.
>
> Here: https://hvoss.org/document2.pdf is a pdf with your image,
> the first one as pdf the second one as png:
>
> -rw-r--r-- 1 voss wheel 108688 9 Dez 14:49 all-discharge-plots-1.png
> -rw-r--r--@ 1 voss wheel 3704503 9 Dez 14:45 all-discharge-plots.pdf
>
> the ong has only 108kB and was converted with pdftocairo -png ...
>
> Herbert
> --
> lyx-users mailing list
> lyx-users at lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-users/attachments/20211209/38ffd492/attachment.html>
More information about the lyx-users
mailing list