Actions
Bug #33
closedzero values or empty fields in the model for a Chart with logarithmic scale
Status:
Closed
Priority:
High
Assignee:
Pieter Libin
Target version:
-
Start date:
07/17/2009
Due date:
% Done:
0%
Estimated time:
Description
I paint some charts from timing measures that sometimes contain gaps or
the measured times were below the threshold and thus 0.0.
As long as I use linear scales, everything is fine, but when I use
logarithmic scales I often get std::bad_alloc because in
WAxis::getLabelTicks() the ticks vector gets filled as long as there is
memory available.
Richard Ullrich
Joe Garcia
Files
Updated by Pieter Libin over 15 years ago
- File logaxis_minAbove0.patch logaxis_minAbove0.patch added
patch proposed by Joe Garcia
Updated by Pieter Libin over 15 years ago
- Status changed from New to Resolved
9f1f1ac97971a3eb94f46f5de1f5b5c55c596109
Updated by Koen Deforche over 15 years ago
- Status changed from Resolved to Closed
Actions