From 1516c764100470c2b77a53ea457c02c300240ad2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 27 Sep 2011 16:52:44 +0200 Subject: Put the partiality graphs the right way round --- src/scaling-report.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scaling-report.c') diff --git a/src/scaling-report.c b/src/scaling-report.c index 6b35b42a..8476bd25 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -767,7 +767,7 @@ void sr_iteration(SRContext *sr, int iteration, struct image *images, int n, cairo_stroke(sr->cr); cairo_set_dash(sr->cr, NULL, 0, 0.0); cairo_translate(sr->cr, 0.0, -150.0); - partiality_histogram(sr->cr, images, n, full, 0, 0); + partiality_histogram(sr->cr, images, n, full, 1, 0); cairo_restore(sr->cr); cairo_save(sr->cr); @@ -780,7 +780,7 @@ void sr_iteration(SRContext *sr, int iteration, struct image *images, int n, cairo_set_dash(sr->cr, NULL, 0, 0.0); cairo_translate(sr->cr, 230.0, 200.0); cairo_rotate(sr->cr, -M_PI_2); - partiality_histogram(sr->cr, images, n, full, 1, 1); + partiality_histogram(sr->cr, images, n, full, 0, 1); cairo_restore(sr->cr); cairo_restore(sr->cr); -- cgit v1.2.3