Displaying 7 results from an estimated 7 matches for "plotandplaygtk".
2007 Aug 02
2
new package plotAndPlayGTK
Package plotAndPlayGTK provides a graphical user interface for R
plots. Wrap it around your plot commands, like playwith(plot(mydata)).
A window pops up with a Cairo plot device and a toolbar with buttons
to interact with the plot. The default buttons allow you to add
persistent labels to data points, zoom in and out and...
2007 Aug 02
2
new package plotAndPlayGTK
Package plotAndPlayGTK provides a graphical user interface for R
plots. Wrap it around your plot commands, like playwith(plot(mydata)).
A window pops up with a Cairo plot device and a toolbar with buttons
to interact with the plot. The default buttons allow you to add
persistent labels to data points, zoom in and out and...
2007 Oct 13
1
Make playwith a default graphic device
Hi,
I looking for a graphic device on Linux with more functionalities than the X11
(). I find the plotAndPlayGTK package and the playwith function. It is a good
device. It is possible to make it default in my system.
Now I need:
> library(plotAndPlayGTK )
Loading required package: RGtk2
Loading required package: cairoDevice
>
> playwith(plot(1,1))
Error in plot.new() : figure margins too large
I...
2008 Jun 19
0
playwith 0.8-55
...with ggplot::qplot()
o enabled pretty ggplot2 plots (print.ggplot with pretty=TRUE)
if using grid package version >= 2.7
(older versions had a problem with viewports being popped).
o code reorganisation: split tools into separate files; ESS style.
The predecessor to this package, plotAndPlayGTK, has been moved to the
CRAN archive.
--
Felix Andrews / ???
PhD candidate
Integrated Catchment Assessment and Management Centre
The Fenner School of Environment and Society
The Australian National University (Building 48A), ACT 0200
Beijing Bag, Locked Bag 40, Kingston ACT 2604
http://www.neurofr...
2007 Oct 12
0
Problem with two libraries
...TF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
I have two libraries:
(1) /Users/mk/R/i386-apple-darwin8.10.1-library/2.6/
and
(2) /Library/Frameworks/R.framework/Versions/2.6/Resources/library/
When I try to load a recently-installed package (plotAndPlayGTK)
which got installed in (1) it tries to load RGtk2 which is in (2) and
it fails.
I would like advice on how to consolidate these two in (2) and make
(2) the default library (if that's adivsable) and how to make the
upgrade to future versions of R as trouble-free as possible.
__________...
2008 Jun 19
0
playwith 0.8-55
...with ggplot::qplot()
o enabled pretty ggplot2 plots (print.ggplot with pretty=TRUE)
if using grid package version >= 2.7
(older versions had a problem with viewports being popped).
o code reorganisation: split tools into separate files; ESS style.
The predecessor to this package, plotAndPlayGTK, has been moved to the
CRAN archive.
--
Felix Andrews / ???
PhD candidate
Integrated Catchment Assessment and Management Centre
The Fenner School of Environment and Society
The Australian National University (Building 48A), ACT 0200
Beijing Bag, Locked Bag 40, Kingston ACT 2604
http://www.neurofr...
2007 Jul 05
2
pgup/pgdown in R Graphics Window under Linux
Dear S-users.
This should be an easy one: How do I change pages on an X11 graphics
device under linux?
I thought that the page-up/page-down keys were supposed to do the trick,
but the frame (window) seems to be kind of immune to any kind of keyboard
input. The only reaction I ever see is that the mouse pointer changes to a
"+" when moved into the frame.
I issue these commands: