graph-et is integrated in glamour

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

graph-et is integrated in glamour

Tudor Girba-2
Hi,

Glamour now offers an integration of Graph-ET.

In the latest Moose image you can do:

GLMCompositePresentation new with: [ :c |
c graphET 
chart: [:chart :interval | 
(chart lineDiagram)
models: interval;
y: [ :x | x*x ] ] ];
openOn: (1 to: 10)

It requires some more polishing, but it works.

Doru


--

"Every thing has its own flow"

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

Re: graph-et is integrated in glamour

abergel
Excellent!!!!

Alexandre

On Sep 5, 2013, at 5:35 PM, Tudor Girba <[hidden email]> wrote:

> Hi,
>
> Glamour now offers an integration of Graph-ET.
>
> In the latest Moose image you can do:
>
> GLMCompositePresentation new with: [ :c |
> c graphET
> chart: [:chart :interval |
> (chart lineDiagram)
> models: interval;
> y: [ :x | x*x ] ] ];
> openOn: (1 to: 10)
>
> It requires some more polishing, but it works.
>
> Doru
>
>
> --
> www.tudorgirba.com
>
> "Every thing has its own flow"
> _______________________________________________
> 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