Dear all, is there a good way to create SVG plots with R whose elements have titles (tooltips) or act as hyperlinks? I am using the RSvgDevice package, which works great - but it doesn't seem to support the notion that plot objects have titles or are act as hyperlinks, so I am helping myself by giving the objects funny unique colors and then postprocessing the .svg file. I wonder whether somebody has already implemented this in a more elegant way. Best wishes Wolfgang ------------------------------------------------------------------ Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber
Hi Wolfgang Huber wrote:> Dear all, > > is there a good way to create SVG plots with R whose elements have > titles (tooltips) or act as hyperlinks? > > I am using the RSvgDevice package, which works great - but it doesn't > seem to support the notion that plot objects have titles or are act as > hyperlinks, so I am helping myself by giving the objects funny unique > colors and then postprocessing the .svg file. > > I wonder whether somebody has already implemented this in a more elegant > way.Well, elegance is in the eye of the beholder, but you might want to take a look at the gridSVG package anyway ... http://www.stat.auckland.ac.nz/~paul/index.html Paul> Best wishes > Wolfgang > > ------------------------------------------------------------------ > Wolfgang Huber EBI/EMBL Cambridge UK http://www.ebi.ac.uk/huber > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel-- Dr Paul Murrell Department of Statistics The University of Auckland Private Bag 92019 Auckland New Zealand 64 9 3737599 x85392 paul at stat.auckland.ac.nz http://www.stat.auckland.ac.nz/~paul/
Wolfgang Huber wrote:> Dear all, > > is there a good way to create SVG plots with R whose elements have > titles (tooltips) or act as hyperlinks? > > I am using the RSvgDevice package, which works great - but it doesn't > seem to support the notion that plot objects have titles or are act as > hyperlinks, so I am helping myself by giving the objects funny unique > colors and then postprocessing the .svg file. > > I wonder whether somebody has already implemented this in a more elegant > way. > > Best wishes > Wolfgang >Tony Plate posted an altered version of RSvgDevice on the finance list a couple of weeks ago. https://stat.ethz.ch/pipermail/r-sig-finance/2007q1/001261.html It does not do hyperlinks yet, but that should not be too difficult to do. Cheers, Romain -- Mango Solutions data analysis that delivers Tel: +44(0) 1249 467 467 Fax: +44(0) 1249 467 468 Mob: +44(0) 7813 526 123
Reasonably Related Threads
- new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
- new package: RSVGTipsDevice: create SVG plots with tooltips & hyperlinks
- Scripting SVG with R
- Does R has any SVG devices that allow setting of zooming and panning (in addition to Tooltips and Hyperlinks) ?
- insert hyperlink into svg graphic