From 71b5c59fd5b93608d092e7c1920c9c3d99f304bd Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 11 Apr 2016 18:43:17 +0200 Subject: [PATCH] minor modification --- common/utils/T/tracer/gui/xy_plot.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/utils/T/tracer/gui/xy_plot.c b/common/utils/T/tracer/gui/xy_plot.c index 8c02040b7..5f6a182b2 100644 --- a/common/utils/T/tracer/gui/xy_plot.c +++ b/common/utils/T/tracer/gui/xy_plot.c @@ -76,7 +76,8 @@ printf("xmin/max %g %g width wanted allocated %d %d alloc xmin/max %g %g ticstep x_text_get_dimensions(g->x, v, &vwidth, &dummy, &dummy); x_draw_string(g->x, g->xwin, FOREGROUND_COLOR, this->common.x + this->vrule_width + x - vwidth/2, - this->common.y + this->common.height - this->label_height * 2 + this->label_baseline, + this->common.y + this->common.height - this->label_height * 2 + + this->label_baseline, v); printf("tic k %d val %g x %g\n", k, k * ticstep, x); } -- GitLab