[1572] in Athena Bugs
Bug in penplot
daemon@ATHENA.MIT.EDU (Steve Ellis)
Thu Dec 22 09:14:36 1988
To: bugs@ATHENA.MIT.EDU
Date: Thu, 22 Dec 88 09:13:00 EST
From: Steve Ellis <ellis@ATHENA.MIT.EDU>
It is with great reluctance (I just know someone will ask me to fix it)
that I report the following bug in penplot:
routine: qpictr.f
description: when qpictr is called with minimum arguments, i.e. default
behavior, for plotting an array of real*8 values, the
message "NOTHING TO PLOT" appears rather than the plot.
repeat by: run the following test program
c*******************************************
c
c qpictr bug program
c
c*******************************************
double precision array(10)
c
do 10 j = 1, 10
array(j) = float(j)
10 continue
c
call qpictr(array,-1,10)
call sleep(3)
stop
end
c********************************************
fix: see Steve Ellis after the holidays