[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xplot with overplotting
- Subject: xplot with overplotting
- From: "teb" <tbowers(at)nrlssc.navy.mil>
- Date: Wed, 16 Aug 2000 11:25:24 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Naval Research Laboratory, Washington, DC
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:20895
does anybody have an obj. gr. app available that is like dfanning's xplot
but allows for multiple dataset overplots? e.g. like what would be done
in direct graphics as...
plot, x[0], y[0]
for i = 1, numPlots-1 do $
oplot, x[i], y[i]
tia
teb