depwl9992 / anomalyjobs

Automatically exported from code.google.com/p/anomalyjobs
0 stars 0 forks source link

Bargraphs round down #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While we're futzing with bar graphs, they round down.  Say a graph's left
axis is in increments of 10.  A value of 9 will show up as 0.

This is much more significant when the left axis is in the thousands, and
items in the hundreds show as 0. :D

To solve, we can multiply times sub(%0,0.5) rather than just by %0 in
MAP_GRAPH.

Original issue reported on code.google.com by widdis@gmail.com on 5 May 2010 at 5:54

GoogleCodeExporter commented 9 years ago
Fixed in r329.

Original comment by widdis@gmail.com on 9 May 2010 at 10:22