Mary,
Thanks for the response. Your code indeed produces the right zero,
but it didn't work in the kind of example I have:
program test0
dimension x(100)
do i=1,100
x(i)=exp(i*0.1)
enddo
l=1
call opngks
CALL PCSETI('FN',26)
call agseti('X/LOGARITHMIC.',l)
call agseti('Y/LOGARITHMIC.',l)
call ezy(x,100,'Plot000')
call clsgks
stop
end
Here I get a log-log plot, but both the heading and the numbering on the axis
have "slash-zeros", independent of whether or not I include the PCSETI call
you suggested.
What have I forgotten to do?
----------------------------------------------------------------------
| Joel Koplik | |
| Levich Institute, T-1M | phone: (212) 650-8162 |
| City College of New York | fax: (212) 650-6835 |
| New York, NY 10031 USA | e-mail: koplik@sci.ccny.cuny.edu |
----------------------------------------------------------------------
This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:45:38 MDT