[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
plot with symbols of varying size
- Subject: plot with symbols of varying size
- From: Jonathan Joseph <jj21(at)cornell.edu>
- Date: Tue, 26 Sep 2000 18:30:41 -0400
- Newsgroups: comp.lang.idl-pvwave
- Organization: Cornell University
- Sender: verified_for_usenet(at)cornell.edu (jj21 on scorpio.tn.cornell.edu)
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21539
I would like to make a plot and vary the
size of the symbol of each point based on
some criteria.
Is there any way to do this in one function
call, or must I plot each point individually
with oplot and the symsize specified? With
object graphics it also seems to be a pain, with
the need to create a vector of symbol objects
each with a different size.
Knowing IDL's speed of processing loops, I was
hoping for a better solution.
-Jonathan