Status: New
Owner:
[hidden email]
CC:
[hidden email]
Labels: Type-Defect Priority-Medium Component-Roassal
New issue 1122 by
[hidden email]: Grapher - Exception for zero values
https://code.google.com/p/moose-technology/issues/detail?id=1122Exceptions should be managed in Grapher with all points are zero
To reproduce the problem in Moose 5.1:
grapher := RTGrapher new
extent: 300 @ 200;
title: 'testing zero values';
yourself.
ds := RTDataSet new.
ds dotShape ellipse color: (Color red alpha: 0.5); size: 10.
ds points: {0->0. 0->0};
connectColor: (Color red alpha: 0.5);
y: #value;
x: #key;
highlightIf: [:each | true] using: #value.
grapher add: ds.
grapher axisY decimal: 0; title: 'asdasd'.
grapher axisX
labelRotation: -30;
title: '';
numberOfLabels: 2.
grapher build.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev