X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=c15428b20dc1675a4c9df69d4dfd4fdb1a707191;hp=72153bffaa75b6fbaedef8735e2fe7cf0256569b;hb=55426f4170ed9dc777c3cec3741e4a59e6eebd38;hpb=ff9c2e8f6e126acbef08e0dfccc6ea112b44ca41 diff --git a/include/ezplot.h b/include/ezplot.h index 72153bf..c15428b 100644 --- a/include/ezplot.h +++ b/include/ezplot.h @@ -7,7 +7,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.h,v 1.15 2000/11/28 14:54:07 kevin Exp $ +** $Id: ezplot.h,v 1.17 2000/12/06 15:17:51 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -139,7 +139,7 @@ class EZPlot { string c_legend;; // current legend specified int o_linestyle, o_color; // style to use for curves all subsequent curves to EZPLOT - bool o_xaxis, o_yaxis; // Specifies where axis & labels are drawn + int o_xaxis, o_yaxis; // Specifies where axis & labels are drawn bool o_grid; // Flag to draw a grid at major ticks bool o_box; // Flag to draw a box around the graph @@ -208,7 +208,7 @@ class EZPlot { void clearCurves (); bool ezcmd (char *comm); - int do_cmd(int lx); + bool do_cmd(int lx); void bad_option(char *opt); void initPlotSettings();