X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fboxplot-cairo.c;h=a35b277b8cfa97154399b7a4f9018acfa07c7886;hb=aad0ae4913ecd01ccc954f8828623ad5da35cd1b;hp=946b7d443c7e8abfa1008c136aebd734857a7d0a;hpb=bf4006fb1f0554d72dc5c3c136cca9caa7491700;p=pspp diff --git a/src/output/charts/boxplot-cairo.c b/src/output/charts/boxplot-cairo.c index 946b7d443c..a35b277b8c 100644 --- a/src/output/charts/boxplot-cairo.c +++ b/src/output/charts/boxplot-cairo.c @@ -143,7 +143,7 @@ xrchart_draw_boxplot (const struct chart_item *chart_item, cairo_t *cr, double box_width; size_t i; - xrchart_write_yscale (cr, geom, boxplot->y_min, boxplot->y_max, 5); + xrchart_write_yscale (cr, geom, boxplot->y_min, boxplot->y_max); xrchart_write_title (cr, geom, "%s", chart_item->title); box_width = (geom->axis[SCALE_ABSCISSA].data_max - geom->axis[SCALE_ABSCISSA].data_min) / boxplot->n_boxes / 2.0;