Histograms: Rotate labels when there are lots of bins
[pspp] / src / output / charts / boxplot-cairo.c
index dfc8399d4618ac8088c2c7d4a533a9d627621b19..946b7d443c7e8abfa1008c136aebd734857a7d0a 100644 (file)
@@ -131,7 +131,8 @@ boxplot_draw_box (cairo_t *cr, const struct xrchart_geometry *geom,
     }
 
   /* Draw  tick  mark on x axis */
-  draw_tick(cr, geom, SCALE_ABSCISSA, box_centre - geom->axis[SCALE_ABSCISSA].data_min, "%s", name);
+  draw_tick (cr, geom, SCALE_ABSCISSA, false,
+            box_centre - geom->axis[SCALE_ABSCISSA].data_min, "%s", name);
 }
 
 void