If you load the latest EyeSee (at least the axis package), it will now
have at least 5 ticks on the Y scale (for #regularAxis). It may have
more - but it won't have just the max/min anymore.
-Chris
On Wed, Aug 1, 2012 at 12:24 PM, Lautaro Maximiliano pecile
<lautaro.pecile(a)gmail.com> wrote:
Thanks Chris! That was very helpful.
Lautaro.
El 01/08/12 16:07, Chris Cunningham escribió:
Hi Lautaro,
This is likely a bug that was introduced when they fixed the
regularAxis to not show too many values - it apparently now can show
too few. If this isn't fixed shortly by someone else on the list,
I'll get to it in the next day.
As an alternative, try using #valueAxis; it will show reasonable
values for the axis. I find that option very interesting most of the
time:
chart := ESDiagramRenderer new.
chart verticalBarDiagram
y: [:eachAssociation | eachAssociation value];
identifier: [:eachAssociation | eachAssociation key];
valueAxis;
models: d .
chart open
-Chris
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev