Issue 1122 in moose-technology: Grapher - Exception for zero values

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

Issue 1122 in moose-technology: Grapher - Exception for zero values

moose-technology
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=1122

Exceptions 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 1122 in moose-technology: Grapher - Exception for zero values

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 1122 by [hidden email]: Grapher - Exception for  
zero values
https://code.google.com/p/moose-technology/issues/detail?id=1122

Fixed in Roassal2 956

--
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