X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fezplot.h;h=11f95ba4f4bebdec4343b2d8b372d6d57be150bf;hp=1ad8b5246c8f59b9e10606378aab4ef1db76e75b;hb=ee0105d74fec9d6bfd236e22e9e1d315e46c568e;hpb=3147cd44cff6132e51eac1a179c1fc3d405faacc diff --git a/include/ezplot.h b/include/ezplot.h index 1ad8b52..11f95ba 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.14 2000/09/04 09:06:46 kevin Exp $ +** $Id: ezplot.h,v 1.16 2000/12/06 01:46:43 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 @@ -27,10 +27,10 @@ #ifndef __H_EZPLOT #define __H_EZPLOT -#include +#include +#include +#include #include -#include -#include #include "ctsupport.h" #include "sgp.h" @@ -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