composite diagrams in GraphET

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

composite diagrams in GraphET

Usman Bhatti
Do we have support for composite diagrams in GraphET? I am looking to create a multi-line diagram like the one shown here, created with Eyesee charts.

tx,
Usman


Inline image 2


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

Re: composite diagrams in GraphET

abergel
Sure:

-=-=-=-=-=-=-=-=-=-=-=-=
| builder |
builder := GETDiagramBuilder new.
builder compositeDiagram
add: (GETOrdinaryLineDiagram new 
models: ((1 to: 50) collect: #atRandom);
spacing: 10;
color: Color blue);
add: (GETOrdinaryLineDiagram new
models: (1 to: 50);
spacing: 10;
color: Color red);
regularAxisAsInteger;
height: 200.

builder interaction popUpText.
builder open
-=-=-=-=-=-=-=-=-=-=-=-=

Another example #composite2Lines

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



On Nov 28, 2013, at 7:25 PM, Usman Bhatti <[hidden email]> wrote:

Do we have support for composite diagrams in GraphET? I am looking to create a multi-line diagram like the one shown here, created with Eyesee charts.

tx,
Usman


<EyeSee-2013-11-28-2322.png>

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


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

Re: composite diagrams in GraphET

Usman Bhatti
Tx Alex.
It work.


On Fri, Nov 29, 2013 at 1:51 PM, Alexandre Bergel <[hidden email]> wrote:
Sure:

-=-=-=-=-=-=-=-=-=-=-=-=
| builder |
builder := GETDiagramBuilder new.
builder compositeDiagram
add: (GETOrdinaryLineDiagram new 
models: ((1 to: 50) collect: #atRandom);
spacing: 10;
color: Color blue);
add: (GETOrdinaryLineDiagram new
models: (1 to: 50);
spacing: 10;
color: Color red);
regularAxisAsInteger;
height: 200.

builder interaction popUpText.
builder open
-=-=-=-=-=-=-=-=-=-=-=-=

Another example #composite2Lines

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



On Nov 28, 2013, at 7:25 PM, Usman Bhatti <[hidden email]> wrote:

Do we have support for composite diagrams in GraphET? I am looking to create a multi-line diagram like the one shown here, created with Eyesee charts.

tx,
Usman


<EyeSee-2013-11-28-2322.png>

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


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



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