From 2b6d2d2e17be2341c39f11876d3e87acf0e7c3c1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 14 Jul 2011 15:10:50 +0200 Subject: Use fewer bins in partiality graph --- src/scaling-report.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index a86875c9..e1547464 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -159,13 +159,14 @@ static void plot_point(cairo_t *cr, double g_width, double g_height, } } + static void partiality_graph(cairo_t *cr, const struct image *images, int n, RefList *full) { const double g_width = 200.0; const double g_height = 200.0; int i; - const int nbins = 50; + const int nbins = 25; double totals[nbins]; int counts[nbins]; double prob; -- cgit v1.2.3