Acinonyx - Next-generation interactive graphics
RForge.net

Acinonyx

About Acinonyx
SVN access
Download/Files
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/Acinonyx/trunk Acinonyx

To install the latest development snapshot of this package, use

install.packages("Acinonyx",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/Acinonyx/branches
and for tags use
svn ls svn://svn.rforge.net/Acinonyx/tags

Most recent SVN commits


r126 | urbanek | 2010-08-03 21:23:30 -0400 (Tue, 03 Aug 2010) | 1 line
   M trunk/Acinonyx/AStatVisual.h
fix bar stat vis missing default

r125 | urbanek | 2010-08-03 21:22:55 -0400 (Tue, 03 Aug 2010) | 1 line
   M trunk/Acinonyx/AScatterPlot.h
add lines support to scatter plots

r124 | anushka | 2010-08-02 10:03:33 -0400 (Mon, 02 Aug 2010) | 1 line
   M trunk/Acinonyx/ABarChart.h
   M trunk/Acinonyx/AMarkerValuesPlot.h
   M trunk/Acinonyx/AParallelCoordPlot.h
   M trunk/Acinonyx/AStatVisual.h
Allows coloring (in BarChart) of non-hidden elements; Fixed issue with Polylines and ParallelCoordinatePlot where they allowed selection of hidden elements.

r123 | anushka | 2010-07-30 14:58:11 -0400 (Fri, 30 Jul 2010) | 1 line
   M trunk/Acinonyx/ABarChart.h
   M trunk/Acinonyx/AHistogram.h
   A trunk/Acinonyx/AMarkerValuesPlot.h
   M trunk/Acinonyx/AParallelCoordPlot.h
   M trunk/Acinonyx/APlot.h
   M trunk/Acinonyx/AScatterPlot.h
   M trunk/Acinonyx/AStatVisual.h
   M trunk/Acinonyx/ATypes.h
   M trunk/Acinonyx/RIF/RCalls.cpp
   M trunk/Cocoa/CocoaApp.mm
   M trunk/R/iplots.R
Added MarkerValuesPlot (MVP), added special handling to show hidden values for MVP, added keys 1-5 to color selections in APlot, added handling of hidden when selecting for all plots

r122 | anushka | 2010-07-23 09:51:35 -0400 (Fri, 23 Jul 2010) | 1 line
   M trunk/Acinonyx/AScale.h
typo in setPermutation() - wasn't setting the data member as it was supposed to

r121 | urbanek | 2010-07-20 11:17:43 -0400 (Tue, 20 Jul 2010) | 1 line
   M trunk/Acinonyx/ABasicPrimitives.h
   M trunk/Acinonyx/RIF/RCalls.cpp
   M trunk/R/pp.R
add value storage to primitives

r120 | anushka | 2010-07-20 10:51:39 -0400 (Tue, 20 Jul 2010) | 1 line
   M trunk/Acinonyx/APlot.h
   M trunk/Acinonyx/AStatVisual.h
fix on update functions to ignore hidden

r119 | urbanek | 2010-07-19 13:48:08 -0400 (Mon, 19 Jul 2010) | 1 line
   M trunk/Acinonyx/ABasicPrimitives.h
   M trunk/Acinonyx/APlot.h
   M trunk/Acinonyx/AScatterPlot.h
   M trunk/Acinonyx/ATypes.h
   M trunk/Acinonyx/AVisualPrimitive.h
   M trunk/Acinonyx/RIF/RCalls.cpp
   M trunk/R/iplots.R
   M trunk/R/pp.R
add support for onSelect in VPs and contexts