unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] ggplot2: fix ggsave('a.svg').
@ 2016-07-05 13:06 Ben Woodcroft
  2016-07-05 13:06 ` [PATCH 1/3] gnu: Add r-gdtools Ben Woodcroft
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ben Woodcroft @ 2016-07-05 13:06 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-07-07 10:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 13:06 [PATCH] ggplot2: fix ggsave('a.svg') Ben Woodcroft
2016-07-05 13:06 ` [PATCH 1/3] gnu: Add r-gdtools Ben Woodcroft
2016-07-06  5:27   ` Ricardo Wurmus
2016-07-05 13:06 ` [PATCH 2/3] gnu: Add r-svglite Ben Woodcroft
2016-07-06  5:30   ` Ricardo Wurmus
2016-07-07 10:16     ` Ben Woodcroft
2016-07-05 13:06 ` [PATCH 3/3] gnu: r-ggplot2: Add r-svglite to propagated-inputs Ben Woodcroft
2016-07-06  5:31   ` Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).