Merge commit 'origin/stable'
[pspp-builds.git] / src / output / charts / plot-chart.h
index f29b4a35d1d74280325bedf0d10941cfbdcdfff1..cfbaa4df8ddc396ee4d2338dee87acfd349bf0a5 100644 (file)
@@ -52,7 +52,8 @@ enum tick_orientation
 void draw_tick(struct chart *chart,
          enum tick_orientation orientation,
          double position,
-              const char *label, ...);
+              const char *label, ...)
+  PRINTF_FORMAT (4, 5);
 
 
 /* Write the title on a chart*/
@@ -72,4 +73,6 @@ void chart_write_xlabel(struct chart *ch, const char *label) ;
 /* Write the ordinate label */
 void  chart_write_ylabel(struct chart *ch, const char *label);
 
+void chart_write_legend (struct chart *ch);
+
 #endif