RCP: x.x, ChartsEngine, CAH, basic implementations
TBX: Implement basic JFreeChart and R charts engines CAH 2D and 3D chart plotting
- for R, produce at least the same result as TXM 0.7.5
RCP: Implement basic JFreeChart and Batik SVG charts editors (with zoom, pan and export view support)
- implement the CAH 2D (line plot based chart ? the best approach may be to use a, XY step renderer) and CAH 3D (scatter plot based chart ?) in JFreeChart
- add some methods in CAH to provide better access and cache to and from the R FactoMineR result as in CA class (e.g. getClusterCoords(), getHeights())
- separate UI code from data and computing code in CAHEditor, CAHEditorInput and ComputeCAH classes
- add the generic SWT ChartEditorPart creation for CAH with tool bar extension CAH oriented
(from redmine: issue id 713, created on 2014/03/21 by Sebastien Jacquot)
- Relations:
- relates #807
- parent #714 (closed)