I would like to plot N curves each with a different
number of points. I would also like each curve to have
some type of dash or numbering system. I tried
using EZMXY in a loop. My code fragment looks something
like the following:
DO FOR J = 1,NC
CALL EZMXY(BT(1,J), BR(1,J), IPT, 1, NUM(J), TITLE)
CALL AGSETR( 'DASH/SELECTOR.', FLOAT(J) )
END FOR
CALL AGSETF( 'FRAME.', 1, 1 )
Should I skip using the Autograph routines and
use something else?
Thanks for your help
-- Bob Stavert
This archive was generated by hypermail 2b29 : Wed Jun 28 2000 - 09:45:44 MDT