X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-hist-cairo.c;h=93133c2e9e0acb46d93dab01a15f40fc8b234080;hb=14f4522a17db23e67a6fa17876633cc6260cb42b;hp=a9a5d44f58b475aef164f8fe9077008d4264ece8;hpb=5f91f0868ec7cdbdb7900a2cb6e876b467fb2a6e;p=pspp diff --git a/src/output/charts/plot-hist-cairo.c b/src/output/charts/plot-hist-cairo.c index a9a5d44f58..93133c2e9e 100644 --- a/src/output/charts/plot-hist-cairo.c +++ b/src/output/charts/plot-hist-cairo.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2011, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,6 +18,7 @@ #include "output/charts/plot-hist.h" +#include #include #include "data/val-type.h" @@ -103,7 +104,8 @@ hist_draw_bar (cairo_t *cr, const struct xrchart_geometry *geom, if (label) draw_tick (cr, geom, SCALE_ABSCISSA, bins > 10, - x_pos + width / 2.0, "%g", (upper + lower) / 2.0); + x_pos + width / 2.0, "%.*g", + DBL_DIG + 1, (upper + lower) / 2.0); } void