X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fplot-chart.h;h=c7a1b2dfaa2cf528a439f85c839f173394b44761;hb=fedf3551ccc7d825fc7f579fe65cd14289fe1d7d;hp=e8bb7d42ce8befdbcbf27c4e2bfb2e68959771c4;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp diff --git a/src/output/charts/plot-chart.h b/src/output/charts/plot-chart.h index e8bb7d42ce..c7a1b2dfaa 100644 --- a/src/output/charts/plot-chart.h +++ b/src/output/charts/plot-chart.h @@ -68,5 +68,9 @@ void chart_write_xscale(struct chart *ch, double min, double max, int ticks); /* Set the scale for the ordinate */ void chart_write_yscale(struct chart *ch, double smin, double smax, int ticks); +void chart_write_xlabel(struct chart *ch, const char *label) ; + +/* Write the ordinate label */ +void chart_write_ylabel(struct chart *ch, const char *label); #endif