Hi all,
I try to use scatterplot with Graph-ET and nothing happens.
Apparently generateIn method for GETScatterPlot is empty.
Script I use:
====================================
|diag|
diag := GETDiagramBuilder new.
(diag scatterplot)
x: [ :x | x ];
y: [ :y | y ];
models: (1 to:100).
diag open.
====================================
Cheers,
--
Serge Stinckwich
UCBN & UMI UMMISCO 209 (IRD/UPMC)
Every DSL ends up being Smalltalk
http://www.doesnotunderstand.org/