Shoot!
Thanks for spotting it! I'm currntly on holidays but i'll check this out asap.
--- Mensaje Original ---
Desde: "Alexandre Bergel" <alexandre.bergel(a)me.com>
Enviado: 17 de septiembre de 2013 5:18 PM
Para: "Moose-related development" <moose-dev(a)iam.unibe.ch>
Asunto: [Moose-dev] Re: GraphET x-axis label - bug?
Thanks for having spotted the bug.
In the meantime, you may want to check this how to add labels in a "manual"
way:
http://stackoverflow.com/questions/18831437/graph-et-x-axis-labels/18853456…
Cheers,
Alexandre
On Sep 16, 2013, at 11:18 AM, Usman Bhatti <usman.bhatti(a)gmail.com> wrote:
Hello,
I am starting to use GraphET and looks really nice. While learning to script with it, I
stumbled upon this script that does not place x-axis label in the correct place. In fact
the x-axis label is superimposed on y-axis one. Here's how you can reproduce it:
tmpBrowser := GLMDashboard new.
tmpBrowser addPaneNamed: #first.
tmpBrowser transmit to: #first; andShow: [:a |
a graphET
title: 'First Chart with ET';
chart: [:chart :mooseModel|
chart verticalBarDiagram
models: (1 to: 3);
xAxisLabel: 'Test label';
yAxisLabel: 'Another';
regularAxis.
].
].
tmpBrowser openOn: 1
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel
http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev