X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=include%2Fezplot.h;h=716fd3e2b361c8946448a7ecb5ea12d5edcbac6c;hb=a05f3cb550877e94aa118cc04b361c0c8fdb3dc3;hp=13e35e9b9f1f679c85c0e2bf255e1e6f94e32972;hpb=c85a5b31119b4e0903144c55441717a7ad1e0b8b;p=ctsim.git diff --git a/include/ezplot.h b/include/ezplot.h index 13e35e9..716fd3e 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.11 2000/07/28 10:51:31 kevin Exp $ +** $Id: ezplot.h,v 1.13 2000/08/31 08:38:58 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 @@ -209,7 +209,6 @@ class EZPlot { static void initkw(void); - int curveinteract; static bool ezset_initialized; public: @@ -222,6 +221,7 @@ class EZPlot { void addCurve (const double* x, const float* y, int num); void addCurve (const double* x, const double* y, int num); void addCurve (const double* y, int n); + void addCurve (const float* y, int n); void plot (); }; @@ -245,9 +245,6 @@ class EZPlot { #define S_SYMBOL -18 #define S_EVERY -19 #define S_NONE -20 -#define S_CURVES -21 -#define S_UNKNOWN -22 -#define S_END -23 #define S_LEGEND -24 #define S_XLEGEND -25 #define S_YLEGEND -26