EyeSee and Mondrian

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

EyeSee and Mondrian

abergel
Hi!

Now one can freely enjoy EyeSee within Mondrian.
You all did an excellent job to make this happen. Really cool!

Load Mondrian; open an easel; load eyesee using the command



Evaluate in the easel:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        | diag factory |
        factory := ESDummyFactory new.

        factory yValues: #(10 12 13 200 150 13 149 151).
        diag := ESDiagramRenderer new.
        (diag verticalBarDiagram)
                y: #yValue;
                regularAxis;
                width: 300;
                height: 200;
                setInvertedLinearFill;
                setColoredFill;
                models: factory buildDummies. "or setInvertedLinearFill"

        view shape label withBorder..
        view interaction popupView: [ :el :myView |
                myView shape: (MOEyeSeeDiagramShape new).
                myView node: diag ].
        view node: 'move the mouse above me '
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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






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

Screen shot 2011-05-27 at 12.49.35.png (20K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: EyeSee and Mondrian

Andre Hora
I tried here.
Really nice Alex, thanks!

On Fri, May 27, 2011 at 6:50 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Now one can freely enjoy EyeSee within Mondrian.
You all did an excellent job to make this happen. Really cool!

Load Mondrian; open an easel; load eyesee using the command



Evaluate in the easel:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
       | diag factory |
       factory := ESDummyFactory new.

       factory yValues: #(10 12 13 200 150 13 149 151).
       diag := ESDiagramRenderer new.
       (diag verticalBarDiagram)
               y: #yValue;
               regularAxis;
               width: 300;
               height: 200;
               setInvertedLinearFill;
               setColoredFill;
               models: factory buildDummies.   "or setInvertedLinearFill"

       view shape label withBorder..
       view interaction popupView: [ :el :myView |
               myView shape: (MOEyeSeeDiagramShape new).
               myView node: diag ].
       view node: 'move the mouse above me '
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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






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




--
Andre Hora


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

Re: EyeSee and Mondrian

abergel
EyeSee is really cool!

Alexandre


On 27 May 2011, at 15:51, Andre Hora wrote:

> I tried here.
> Really nice Alex, thanks!
>
> On Fri, May 27, 2011 at 6:50 PM, Alexandre Bergel <[hidden email]> wrote:
> Hi!
>
> Now one can freely enjoy EyeSee within Mondrian.
> You all did an excellent job to make this happen. Really cool!
>
> Load Mondrian; open an easel; load eyesee using the command
>
>
>
> Evaluate in the easel:
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>        | diag factory |
>        factory := ESDummyFactory new.
>
>        factory yValues: #(10 12 13 200 150 13 149 151).
>        diag := ESDiagramRenderer new.
>        (diag verticalBarDiagram)
>                y: #yValue;
>                regularAxis;
>                width: 300;
>                height: 200;
>                setInvertedLinearFill;
>                setColoredFill;
>                models: factory buildDummies.   "or setInvertedLinearFill"
>
>        view shape label withBorder..
>        view interaction popupView: [ :el :myView |
>                myView shape: (MOEyeSeeDiagramShape new).
>                myView node: diag ].
>        view node: 'move the mouse above me '
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev
>
>
>
>
> --
> Andre Hora
>
> _______________________________________________
> 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