Displaying 20 results from an estimated 300 matches similar to: "interactive visualizations - anyone use SVGAnnotation?"
2010 Oct 13
2
Scripting SVG with R
Since now many browsers support (ECMA/Java-)scripted SVG, I am wondering
whether there are already any examples of inserting R code into SVG
documents (or a Javascript canvas?) either directly, or perhaps more
likely through a JavaScript layer, to dynamically generate graphics or
make them interactive?
I am aware of the excellent packages gridSVG and SVGAnnotation, which
facilitate making
2012 Oct 08
6
How to use Lines function to draw the error bars?
fit lwr upr
1 218.4332 90.51019 346.3561
2 218.3906 90.46133 346.3198
3 218.3906 90.46133 346.3198
4 161.3982 44.85702 277.9394
5 192.4450 68.39903 316.4909
6 179.8056 56.49540 303.1158
7 219.5406 91.52707 347.5542
8 162.6761 46.65760 278.6945
9 193.8506 70.59838 317.1029
10 181.3816 58.11305 304.6502
11 221.2871 92.14366 350.4305
12 164.2947 47.91081 280.6785
13
2011 Jan 06
4
Problem with Windows app accessing internet
Hi
I have been using MCC Pilotlog with some success in Wine recently, but have run into a vexatious issue.
One of the features of the application is that it can log into a company crew information system and retrieve flight information into the log. I have tested this on a windows VM, and it works fine.
However, under Wine, we get error 445 and then a crash. I am a bit surprised, as I thought
2006 Feb 26
1
Any Rails users in Omaha, NE?
Hey everyone, just wondering if there are any other people on the list in
Omaha, NE that would be interested in getting together and chatting about
rails.
Cheers,
- Matt
--
Matt Secoske
http://www.secosoft.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060226/93c1467b/attachment.html
2003 Nov 12
2
Alpha values
Hi,
Does anyone know whether it is possible to construct a colour for
plotting with an alpha value as well as simply specifying rgb values?
Crispin
--------------------------------------------------------
This email is confidential and intended solely for the use o...{{dropped}}
2023 Mar 07
1
insert hyperlink into svg graphic
This was actually the first thing that ChatGPT debugged for me.
The issue was that I was able to click on the link when I displayed the raw SVG in the browser (you can use that to test whether the syntax is even correct), but not when the svg displays inside a html page with the <img ...> tag.
ChatGPT correctly identified the issue and suggested a solution using <object ...> tags
2005 Sep 17
22
AstriCon 2006 Location
The best place for Astri Con 2006 would definatly be
Omaha, Nebraska! ;) very central
...ah one could hope.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
2007 Aug 04
1
Diskless client from system-config-netboot doesn't boot.
Hi folks,
I've followed a set of instructions I found on
http://www.linuxtopia.org/online_books/centos_linux_guides/centos_enterprise_linux_sysadmin_guide/ch-diskless.htmli
which describes using system-config-netboot to set up PXE booting.
I used a CentOS-4.3 install (custom, all options de-selected, then
anaconda-busybox installed after the fact) as a reference/base. I
followed the
2009 Jun 12
1
Fast JSON <-> R converter?
Is there a *fast* converter between JSON and R? I'm aware of the rjson
package, but it is implemented in R, and it is too slow for my purposes.
TIA!
kynn
[[alternative HTML version deleted]]
2008 Apr 14
2
interesting find: multiple file uploads stopped on Linux
Hi,
I came across something very interesting. I use attachment_fu for file
uploads and mongrel_cluster for scalability. Together they should
allow me to perform multiple (concurrent) file uploads. This does work
with uploads started on Windows, but on Linux something strange
happens: the upload started on Linux hangs.
So, if you start an upload from a Linux machine, and then start an
upload from
2001 Apr 18
1
install 2.2.0 ssl troubles
Hello!
Here are my specs.
Slackware 7.1
OpenSSL 0.9.6a
Samba 2.2.0 downloaded today
It claims that it cant find ssl.h
Here is my configure line:
./configure --prefix=/usr --with-ssl
--with-sslinc=/usr/local/ssl/include/openssl --with-smbmount
--enable-debug
I verified that ssl.h is in /usr/local/ssl/include/openssl
Any ideas?
Thank you
--
Terry Davis
Systems Administrator
BirdDog
2002 Oct 17
4
upgrade samba
How does one move from a rpm based samba to tar.gz? In other words how
do I upgrade from samba-2.2.1a-4 to samba-2.2.6.tar.gz.
Do I remove samba : rpm -e samba?
And what do I do with the other samba rpm packages:
samba-client-2.2.1a-4 & samba-common-2.2.1a-4? Are they included with
the tar package?
Using RH7.2.
Roger
--
**********************************
Roger Schmeits
System
2005 Mar 04
2
how to draw graphs within clickable hyperlink
Hi all
I want to draw a graph containing points and edges. Package graphics
could do this. However I want to make each those points and edges
clickable with a hyperlink on them.
Anybody know how to do this?
Thanks very much.
2003 Oct 14
2
Trasparent graphs?
Hi R-users and R-experts:
Is it posible to make transparent graphics on R?
I mean, one graphic with colors over another one
but both visible with transparent options?
Thank you for your help
Kenneth
--
2005 Sep 03
1
producing SVG files
I am trying to use the RSvgDevice package to produce some SVG graphs which I
want to edit with Inkscape 0.42.
Under Linux (Kubuntu 5.04) I use the following:
library(RSvgDevice)
plot(1:10, 1:10)
devSVG(file = "/home/adi/Rplots.svg", width = 10, height = 8,
bg = "white", fg = "black", onefile=TRUE, xmlHeader=TRUE)
but when I tried to load the file into Inkscape it
2013 Mar 13
1
2 questions about svg output
Hi everybody :)
I use R to plot things in svg format. One of the things is text, of course.
I noticed that text() in svg() gets saved as path, which is unacceptable
for my purposes. (Interestingly, text() in cairo_pdf() gets saved as text.)
Is there a way to save text as text in svg?
And paths also is what I plot a lot. I know there is segments(), which plots
disconnected segments, and things
2007 Mar 06
2
SVG and tooltips, hyperlinks
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
2004 Nov 29
1
New T100P Pri install suggestions?
In the next week or so, we'll be turning up a new T1 Pri from Cox Cable
in Omaha using a T100P (installed but not yet configured). While discussing
the interface parameters with a very knowledgable Cox engineer, we decided
on some of the basics including b8zs, esf, dchan=24, callerid, 5 digits
of called number forwarded to *, and switchtype=national (NI2). They
indicated their CO switch is a
2008 Nov 28
7
Examples of advanced data visualization
Dear R-help,
I am looking for ideas and presentations of new and advanced data visualization
methods. As an example of what I am searching for, the 'Many Eyes' pages at
http://manyeyes.alphaworks.ibm.com/manyeyes/
may provide a good paradigm. I would be interested even if it will not be easy
to implement such examples in R, e.g. because of the interactive nature of these
graphical
2008 Mar 11
3
need * consultant in houston area
pls kindly respond to this email
thx !
_________________________________________________________________
Connect and share in new ways with Windows Live.
http://www.windowslive.com/share.html?ocid=TXT_TAGHM_Wave2_sharelife_012008