[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: printing graphs automatically from Oct1.1.1
From: |
Vinayak Dutt |
Subject: |
Re: printing graphs automatically from Oct1.1.1 |
Date: |
Thu, 15 Jun 95 07:38:38 CDT |
there were a lot of places in your code for print() where eval() was not
needed as the string being executed like "set terminal postscript" is
static so you could have just executed:
set terminal postscript ;
rather than:
x = "set terminal postscript";
eval(x);
--vinayak-
/*
* vinayak dutt
* ex-graduate student, ultrasound research
* mayo graduate school, rochester mn
*
* e-mail: address@hidden
* address@hidden
* address@hidden
*
*/
#include "disclaimer.h"