New module to perform decimal floating point arithmetic for charts.
[pspp] / src / output / charts / spreadlevel-cairo.c
index eeb3c813be762c201c3bfafc2fd03e096c0a7ca2..13b7a7a3b5c2fc17464d89b340284acc2a5e3c76 100644 (file)
@@ -39,8 +39,8 @@ xrchart_draw_spreadlevel (const struct chart_item *chart_item, cairo_t *cr,
   xrchart_write_ylabel (cr, geom, _("Spread"));
   
 
-  xrchart_write_xscale (cr, geom, sl->x_lower, sl->x_upper, 5);
-  xrchart_write_yscale (cr, geom, sl->y_lower, sl->y_upper, 5);
+  xrchart_write_xscale (cr, geom, sl->x_lower, sl->x_upper);
+  xrchart_write_yscale (cr, geom, sl->y_lower, sl->y_upper);
 
   for (i = 0 ; i < sl->n_data; ++i)
     {