/[pspp]/pspp/src/plot-hist.c
ViewVC logotype

Diff of /pspp/src/plot-hist.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by jmd, Sun May 8 00:13:19 2005 UTC revision 1.6 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 28  Line 28 
28  #include <gsl/gsl_histogram.h>  #include <gsl/gsl_histogram.h>
29  #include <gsl/gsl_randist.h>  #include <gsl/gsl_randist.h>
30  #include <assert.h>  #include <assert.h>
   
31  #include "hash.h"  #include "hash.h"
   
32  #include "var.h"  #include "var.h"
33  #include "chart.h"  #include "chart.h"
34    
35    #include "gettext.h"
36    #define _(msgid) gettext (msgid)
37    
38  /* Write the legend of the chart */  /* Write the legend of the chart */
39  void  void
40  histogram_write_legend(struct chart *ch, const struct normal_curve *norm)  histogram_write_legend(struct chart *ch, const struct normal_curve *norm)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26