similar to: R plot to HTML image map

Displaying 20 results from an estimated 6000 matches similar to: "R plot to HTML image map"

2002 Nov 05
2
active pdf/annotated visualization RFC
How can R users take advantage of the "active PDF" paradigm for annotation of statistical graphics? The basic objective is to take a small number of locations on a graph and hyperlink them -- add persistent information to the pdf rendering of the graph so that when the user clicks on the location, a browser is (started if necessary and) pointed to a URL specified by the persistent
2003 Jun 27
1
How to get pixel position of a plot
Hi, I would like to plot a graph on the jpeg device for example and to write a table associated to this plot where I have the pixel coordonates of each plotted point so that I could include the jpeg image onto a html page and get all the information about each point when the mouse button is pressed. The indentify() can do it but on the window device... Thanks for any idea. Philippe --
2010 Feb 07
2
convert R plots into annotated web-graphics
Dear all, I would like to make a large scatter plot created with R available as an interactive web graphic, in combination with additional text-annotations for each data point in the plot. The idea is to present the text-annotations in an HTML-table and inter-link the data points in the plot with their corresponding entries in the table, i.e. when clicking on a data point in the plot, the
2006 Dec 11
1
a web interface to identify()
i have a function like this: # show a plot and run a script when the user clicks on a plot, # where the script arguments correspond to the user-selected point. blah <- function(x, y) { plot(y~x) n <- identify(x=x, y=y) com <- system(command=paste("bleh", names(y)[n])) } i would like to do this via a web page instead of x11() etc. eg: 1) a user clicks on
2007 Jun 01
2
HTML vignette browser
Hi, this is tangentially related to the recent discussion on vignettes. vignette() currently produces a listing of available vignettes, but these are not clickable. Since R has a browseURL() function, it seems natural to have a version that produces HTML with clickable links. Here's an attempt at that: source("http://dsarkar.fhcrc.org/R/vignette-browser.R") browseVignettes()
2002 Oct 01
2
Does R have graphlets?
I've been experimenting some with the graphlets which S-Plus 6.1 has. Is there something similar in R? I've looked through documentations, and at SJava, but haven't found it. (If you don't know what a graphlet is, here's what it appears to be: a graphlet is a binary file that encodes information about a graph. Java uses spgraph.jar to display the graph and allow certain
2019 Nov 03
3
printer only prints one page, if anything
On Sun, 3 Nov 2019, Jon LaBadie wrote: > On Sun, Nov 03, 2019 at 02:55:32PM -0600, Michael Hennebry wrote: >> >> I've got a Brother HL-L2360D series printer connected to Centos 7. >> CUPS lists it as Generic PCL6/PCL Printer - CUPS+Gutenprint v5.2.9 . >> When I tell it to print a pdf file, it prints at most the first page. >> > > Have you tried adding
2005 Jun 09
1
Linux apps from inside Wine (was:Re: Problems with Lotus Notes R5.0.12 under Wine 20050524)
Hi Andy, > Hi! > > I did as you said and at least, my acroread starts, but it seems, that the temporary file could not be created. > I had the same problem some time ago 8-) > I looked into my logfile and it showed me the right path and acroread is fired up. You should put in the "acroread.exe" script a line like this: env >> $LOG (or, if you prefer:
2008 Jan 04
1
patch for html display
All, I''ve found that the html view for the rspec formatter falls to pieces with Rails 2.02 and rspec 1.10. Has anyone else run into this trouble? Here''s a monkey patch that fixes the problem. A more elegant fix would be in order, but this gets the job done: Index: /Users/timcharper/www/exchange/vendor/plugins/rspec/lib/spec/runner/formatter/text_mate_formatter.rb
2009 Jul 24
2
[PATCH server] add collapsable sections to vm form
the vm form is getting cluttered, this patch simply add collapsable sections to the form, making the 'storage' and 'network' sections collapsed by default credit goes to jayg for contributing alot to this patch in terms of simplification and cleanup --- src/app/helpers/application_helper.rb | 4 +- src/app/views/vm/_form.rhtml | 35 ++++++++++++++++++++++----------
2006 Jan 23
4
an image that is a clickable link?
Hi, How do I make an image that is a clickable link the rails way? Is there a view helper for this? Thanks, Peter
2009 Apr 01
3
make a <tr>clickable
I would like to make an entire table row clickable so the user will be directed to another url. If i was using hand written javascript i would just add an onclick to the <tr>, but i want to use rails routes and to be able to pass in parameters from ruby. What is the best way to accomplish this? <tr onclick = <%= link_to my_route_path %> > <td>content</td></tr>
2006 Feb 23
1
Packaging an Application on Mac OS X with Platypus
Platypus (http://sveinbjorn.sytes.net/platypus) is an application that takes a shell script and packages it as a clickable Mac OS X application. I would like to have a clickable application that executes the command "script/server" and displays the output in the text window, alongside with a "quit"-button that ends the server process. My shell script looks like this:
2009 Nov 07
2
Rpad and R 2.10.0
I have problems with Rpad and R 2.10.0 (Windows XP and Windows 7, browser is Firefox) Just starting Rpad by library(Rpad) Rpad() opens the browser and displays the .html files and the .Rpad files in my home directory, but these files do not have links and are not clickable. Doing the same in R 2.9.2 gives clickable links in the browser. Furthermore, in both cases an empty graphics window
2007 Mar 19
3
Photoshop menus
Hi, Wine 0.9.17 user here having bad headaches with Photoshop menus... When choosing an option from the context menu or some other sorts of drop downs, the respective areas are not clickable even they are highlighted. Other thing would be that when I'm opening Blending Options, set some effects, then click OK, the tool windows is disappearing ... Could you advise on this matter, please?
2009 Jan 14
1
Help with Plot/Legend
Dear R-Users I have 2 questions: Firstly, If I create a matplot and legend for multiple vectors and then tag another vector on using matlines (e.g. a 'total' of all vectors), is there anyway to add the new line to the legend without recreating it? I have created the plot this way because I would like to define the lty and lwd for the 'total' vector so that it can be
2006 Jun 14
7
[newbie] formatting web-link in list.rhtml
Perhaps I need a break, but I can''t find the answer for this simple question. I have a database which also contains an internet address. I want to show this address with a link (wich is named link). When I do; <%= link_to ''link'', camping.website %> I get a clickable link. But the destination is http://www.my_own_homepage/www.homepage.nl (what I want is of
2017 Oct 17
2
Status of OpenSSL 1.1 support
Hi, On Tue, Oct 17, 2017 at 05:54:52AM -0600, The Doctor wrote: > The best solution is if (LIBRESSL) || (OPENSSL < 1010...) > > Else > > Whatever. > > Is that too much work? Littering code with #ifdef is almost never a good idea. gert -- USENET is *not* the non-clickable part of WWW! //www.muc.de/~gert/ Gert
2008 Sep 24
2
How do you make wine do real uninstalls?
I have tried installing various GPS/topo map software suites on four Fedora machines under wine. On three of them, the install claims to succeed; the suite fails even to launch; I try to uninstall it; the uninstall either admits failure, or pretends to succeed while leaving the software still there and clickable (but, of course, not launchable). On one, I then ran a Fedora search (beagle, I
2011 Jul 29
2
Front ends handling help.search() results?
Which front ends process the help.search() results to produce nice clickable lists, instead of the simple text display that's the default? I know the R.app gui on Mac OS does; are there others? I'm asking because one of the decisions made when R Core met in Vienna was to allow vignettes to be returned as results of help.search(). All of those front ends will need to be able to