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,