Skip to content
Snippets Groups Projects
Commit 30815b1a authored by Julien Michel's avatar Julien Michel
Browse files

BUG: percentile method returns a value in [0,1], widget expect a %

parent afc8bfb5
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ HistogramModel
// Calculate frequency rate.
percent /= histogram->GetTotalFrequency();
percent *=100;
// Return frequency rate.
return percent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment