Legend in EyeSee

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

Legend in EyeSee

abergel
Hi!

Is there a way I can get the axis labels ?

I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
        factory := ESDummyFactory new.
        factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
        factory identifiers:
                        #('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
        diag := ESDiagramRenderer new.
        (diag lineDiagram)
                y: #yValue;
                width: 500;
                height: 400;
                lineWidth: 5;
                defaultFontSize: 12;
                identifier: #identifier;
                labels: [:each | each];
                defaultColor: Color blue;
                yAxisLabel: 'Clients';
                regularAxis;
                deviationValue: 22;
                deviationDescription: 'avg 2006';
                models: factory buildDummies. "startLineAtZero;"
        ^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

How can I get the months displayed in the axis?

By the way, there are some examples that do not work. Is there a chance to see them fixed?

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





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

Re: Legend in EyeSee

Andre Hora
Hello,

Sorry for the delay.
I opened some tickets for that:
http://code.google.com/p/moose-technology/issues/detail?id=639
http://code.google.com/p/moose-technology/issues/detail?id=640
http://code.google.com/p/moose-technology/issues/detail?id=641

regards,

On Mon, May 30, 2011 at 10:41 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Is there a way I can get the axis labels ?

I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
       factory := ESDummyFactory new.
       factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
       factory identifiers:
                       #('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
       diag := ESDiagramRenderer new.
       (diag lineDiagram)
               y: #yValue;
               width: 500;
               height: 400;
               lineWidth: 5;
               defaultFontSize: 12;
               identifier: #identifier;
               labels: [:each | each];
               defaultColor: Color blue;
               yAxisLabel: 'Clients';
               regularAxis;
               deviationValue: 22;
               deviationDescription: 'avg 2006';
               models: factory buildDummies.   "startLineAtZero;"
       ^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

How can I get the months displayed in the axis?

By the way, there are some examples that do not work. Is there a chance to see them fixed?

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: Legend in EyeSee

Andre Hora
Hello Alex,

I fixed most of the examples that were not working.
I will have a look now into the details.

regards,

On Fri, Jun 3, 2011 at 11:25 AM, Andre Hora <[hidden email]> wrote:
Hello,

Sorry for the delay.
I opened some tickets for that:
http://code.google.com/p/moose-technology/issues/detail?id=639
http://code.google.com/p/moose-technology/issues/detail?id=640
http://code.google.com/p/moose-technology/issues/detail?id=641

regards,


On Mon, May 30, 2011 at 10:41 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Is there a way I can get the axis labels ?

I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
       factory := ESDummyFactory new.
       factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
       factory identifiers:
                       #('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
       diag := ESDiagramRenderer new.
       (diag lineDiagram)
               y: #yValue;
               width: 500;
               height: 400;
               lineWidth: 5;
               defaultFontSize: 12;
               identifier: #identifier;
               labels: [:each | each];
               defaultColor: Color blue;
               yAxisLabel: 'Clients';
               regularAxis;
               deviationValue: 22;
               deviationDescription: 'avg 2006';
               models: factory buildDummies.   "startLineAtZero;"
       ^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

How can I get the months displayed in the axis?

By the way, there are some examples that do not work. Is there a chance to see them fixed?

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




--
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: Legend in EyeSee

abergel
Cool!

Alexandre



Le 3 juin 2011 à 07:08, Andre Hora <[hidden email]> a écrit :

Hello Alex,

I fixed most of the examples that were not working.
I will have a look now into the details.

regards,

On Fri, Jun 3, 2011 at 11:25 AM, Andre Hora <[hidden email]> wrote:
Hello,

Sorry for the delay.
I opened some tickets for that:
http://code.google.com/p/moose-technology/issues/detail?id=639
http://code.google.com/p/moose-technology/issues/detail?id=640
http://code.google.com/p/moose-technology/issues/detail?id=641

regards,


On Mon, May 30, 2011 at 10:41 PM, Alexandre Bergel <[hidden email]> wrote:
Hi!

Is there a way I can get the axis labels ?

I tried :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| diag factory |
       factory := ESDummyFactory new.
       factory yValues: #(22 25 13 16 24 28 35 24 32 24 46 12).
       factory identifiers:
                       #('January' 'February' 'March' 'April' 'Mai' 'June' 'July' 'August' 'September' 'October' 'November' 'December').
       diag := ESDiagramRenderer new.
       (diag lineDiagram)
               y: #yValue;
               width: 500;
               height: 400;
               lineWidth: 5;
               defaultFontSize: 12;
               identifier: #identifier;
               labels: [:each | each];
               defaultColor: Color blue;
               yAxisLabel: 'Clients';
               regularAxis;
               deviationValue: 22;
               deviationDescription: 'avg 2006';
               models: factory buildDummies.   "startLineAtZero;"
       ^ diag open
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

How can I get the months displayed in the axis?

By the way, there are some examples that do not work. Is there a chance to see them fixed?

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




--
Andre Hora

_______________________________________________
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