From: Jens Axboe Date: Wed, 14 Mar 2012 09:43:20 +0000 (+0100) Subject: graph: move graphs a bit to the left, now we don't use Y axis labels X-Git-Tag: gfio-0.1~153 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=9ede9c9c00f5457564677833cc44d436b7c936c4 graph: move graphs a bit to the left, now we don't use Y axis labels Signed-off-by: Jens Axboe --- diff --git a/graph.c b/graph.c index 5bcefbe4..a0f1b056 100644 --- a/graph.c +++ b/graph.c @@ -307,7 +307,7 @@ static void graph_draw_common(struct graph *g, cairo_t *cr, cairo_set_source_rgb(cr, 0, 0, 0); cairo_set_line_width (cr, 0.8); - *x1 = 0.15 * g->xdim; + *x1 = 0.10 * g->xdim; *x2 = 0.95 * g->xdim; *y1 = 0.10 * g->ydim; *y2 = 0.90 * g->ydim;