X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fchart.h;h=4da12ecfe5b0afba3ea7035680fca5b1ea1d9af9;hb=5151983c7f0faf00facba5dfaf6d17947337aa42;hp=5444b2d14ef191ef676d4060eb909b8d9b26e362;hpb=9f087e7aa4cdff1d5d46d5e188c0017a9d2d0029;p=pspp-builds.git diff --git a/src/output/chart.h b/src/output/chart.h index 5444b2d1..4da12ecf 100644 --- a/src/output/chart.h +++ b/src/output/chart.h @@ -14,7 +14,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#include #include #include #include @@ -65,6 +64,8 @@ struct chart { int legend_left ; int legend_right ; + const char **dataset; + int n_datasets; /* Default font size for the plot (if zero, then use plotter default) */ @@ -79,6 +80,7 @@ struct chart { double x_max; double y_min; double y_max; + bool in_path; };