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
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 alexandre.bergel@me.comwrote:
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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
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 andrehoraa@gmail.com 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 < alexandre.bergel@me.com> 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
Cool!
Alexandre
Le 3 juin 2011 à 07:08, Andre Hora andrehoraa@gmail.com 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 andrehoraa@gmail.com 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 alexandre.bergel@me.com 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Andre Hora
-- Andre Hora
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev