New module to perform decimal floating point arithmetic for charts.
[pspp] / src / output / charts / boxplot-cairo.c
index 946b7d443c7e8abfa1008c136aebd734857a7d0a..a35b277b8cfa97154399b7a4f9018acfa07c7886 100644 (file)
@@ -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;