diff --git a/common/utils/T/tracer/gui/xy_plot.c b/common/utils/T/tracer/gui/xy_plot.c index 8c02040b71bc7f0fc1653f2d403aa5739581b61e..5f6a182b21f799a86db27956c529597b0170bc05 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); }