Download and get started with GGobi
The current version of GGobi is 2.1.8, released 12 August 2008.
If you also want to install rggobi, you can install everything from within R, with the following command: source("http://www.ggobi.org/downloads/install.r")
(For 10.6)
Follow this shell script to install ggobi and rggobi:
# Install gtk
curl -O http://r.research.att.com/libs/GTK_2.18.5-X11.pkg
open GTK_2.18.5-X11.pkg
# Install ggobi
curl -O http://r.research.att.com/libs/ggobi-2.1.8-darwin9-bin3.tar.gz
sudo tar fvxz ggobi-2.1.8-darwin9-bin3.tar.gz -C /
# Install rggobi
export PATH=/usr/local/ggobi/bin:/Library/Frameworks/GTK+.framework/Resources/bin:$PATH
export PKG_CONFIG_PATH=/usr/local/ggobi/lib/pkgconfig:/Library/Frameworks/GTK+.framework/Resources/lib/pkgconfig
R
install.packages("rggobi", type = "source")
Download ggobi-2.1.8.tar.bz2, unzip and untar, and then run:
./configure --with-all-plugins make sudo make install make ggobirc sudo mkdir -p /etc/xdg/ggobi sudo cp ggobirc /etc/xdg/ggobi/ggobirc
GGobi requires GTk 2.6 and libxml2.
You may need to include /usr/local/lib in LD_LIBRARY_PATH if it is not already there
It also available as a package for:
apt get install ggobi. Provided by Dirk Eddelbuettel From R, you should be able to install rggobi from CRAN:
install.packages("rggobi")
It usually takes about a week after the release of GGobi for rggobi to be available
Please follow the developer's install guide to build it from source. Note that this is currently highly unstable and only recommended for the experienced developer.
Download GGobi 2.0 for Linux, OS X and Windows.
The GGobi blog has all the latest news, don't forget to check it out
Learn how to use GGobi with the manual, the book, and the demo movies
If you're having problems the mailing list is a great place to start—we're all very friendly!
Last modified 13 Dec 2010. © 2015.
If you want contribute to the development of GGobi you'll find the information you need in the developers' section
Research related to this page is sponsored by National Science Foundation grant #0706949 titled "Statistical Graphics Research in Association with GGobi", from May 2007-May 2009.