Scatterplot with Graph-ET

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Scatterplot with Graph-ET

SergeStinckwich
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/
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Scatterplot with Graph-ET

abergel
Oh…

Daniel told me he will work on GraphET in the coming days.
Having a good scatter plot is really important.

Alexandre


On Dec 28, 2013, at 5:25 PM, Serge Stinckwich <[hidden email]> wrote:

> 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/
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev