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
[image: Inline image 2]
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
Tx Alex. It work.
On Fri, Nov 29, 2013 at 1:51 PM, Alexandre Bergel alexandre.bergel@me.comwrote:
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 usman.bhatti@gmail.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev