r109: reorganized header files
[ctsim.git] / include / ezplot.h
index 744a33d42143d3bfa17afa1c349071ef799e61e5..40e05f47e7abb4c3df34763cfe1eed69e0527335 100644 (file)
@@ -2,7 +2,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezplot.h,v 1.5 2000/06/13 16:20:31 kevin Exp $
+**  $Id: ezplot.h,v 1.7 2000/06/19 19:04:05 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
 
 #include <stdio.h>
 #include <stddef.h>
-#include "kstddef.h"
 #include <ctype.h>
-#include "sgp.h"
 #include <math.h>
-#include "kmath.h"
-#include "cio.h"
+#include "ctsupport.h"
+#include "sgp.h"
 
 #define MAXLABEL  40           /* maximum length of axis label */
 #define MAXTITLE  40           /* maximum length of a title */
@@ -54,7 +52,7 @@ struct ezp_curve_st {
 };
 
 #define XBUF_DEF     600
-#define YBUF_DEF     XBUF_DEF * (72. / 120.) * 0.75
+#define YBUF_DEF     600
 #define PRTMODE_DEF  1
 
 /*----------------------------------------------------------------------*/