guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] ggplot2: fix ggsave('a.svg').


From: Ben Woodcroft
Subject: [PATCH] ggplot2: fix ggsave('a.svg').
Date: Tue, 5 Jul 2016 21:06:32 +0800

Hi all,

Beforehand, trying to save an SVG file from a plot generated with ggplot did
not work.  'r-svglite' is only a listed as a suggested dependency for gpglot2,
but given that saving SVGs is reasonably central (at least for me), then I
think we should propagate it.

Test code:
$ R
> library(ggplot2)
> qplot(x=c(1,2,3),y=c(3,4,6))
> ggsave('/tmp/a.svg')
Saving 6.99 x 7 in image

Thanks,
ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]