X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fbox-whisker.h;h=592053e039986785d43c3a92aef06a334dff1839;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=9c6df314057f4ed017aec2b6e0a599b4a5787f4a;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp-builds.git diff --git a/src/output/charts/box-whisker.h b/src/output/charts/box-whisker.h index 9c6df314..592053e0 100644 --- a/src/output/charts/box-whisker.h +++ b/src/output/charts/box-whisker.h @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2004 Free Software Foundation, Inc. - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,14 +31,14 @@ struct metrics; * If EXTREME is non zero, then consider it to be an extreme * value */ -void draw_outlier(struct chart *ch, double centreline, - struct weighted_value **wvp, +void draw_outlier(struct chart *ch, double centreline, + struct weighted_value **wvp, int idx, short extreme); void boxplot_draw_boxplot(struct chart *ch, - double box_centre, + double box_centre, double box_width, struct metrics *m, const char *name);