r186: *** empty log message ***
[ctsim.git] / include / ezplot.h
index 13e35e9b9f1f679c85c0e2bf255e1e6f94e32972..716fd3e2b361c8946448a7ecb5ea12d5edcbac6c 100644 (file)
@@ -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