/[pspp]/pspp/src/piechart.c
ViewVC logotype

Diff of /pspp/src/piechart.c

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

revision 1.7 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.8 by jmd, Sun May 8 00:13:19 2005 UTC
# Line 54  piechart_plot(const char *title, const s Line 54  piechart_plot(const char *title, const s
54    int i;    int i;
55    double total_magnetude=0;    double total_magnetude=0;
56    
57    struct chart *ch;    struct chart *ch = chart_create();
   
   ch = chart_create();  
58    
59    const double left_label = ch->data_left +    const double left_label = ch->data_left +
60      (ch->data_right - ch->data_left)/10.0;      (ch->data_right - ch->data_left)/10.0;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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