Displaying 1 result from an estimated 1 matches for "p11064573".
2007 Jun 11
5
Problem with RSVGTipsDevice
...(2:8, 8:2, cex=3, pch=19, col='black')
# tooltips on each these points
invisible(sapply(1:7, function(x)
{setSVGShapeToolTip(title=paste("point", x))
points(x+1, 8-x, cex=3, pch=1, col='black')}))
dev.off()
This results in the following output:
http://www.nabble.com/file/p11064573/svgplot1.svg svgplot1.svg
It opens but when I try and hover over the triangle, for example, I do not
get a topptip box appear. I have tried opening the file though firefox, and
XP IE - and on more than one computer yet it does not work. Do I need to
install something else as well?
Many thanks
--...