AADEMO Name
AADEMO Purpose
Demo plot using the aa routines. Category
Calling Sequence
aademo Inputs
Keyword Parameters
Keywords
/anti make same plot using antialiasing.
Outputs
Common Blocks
Notes
Note: useful to show how to do antialiased plotting.
Do .run -t aademo to see code.
IDL routine Antialiased equivalent
plot aaplot, ... (x/y plots)
oplot aaplotp, /clip, ... (over plot)
xyouts aatext, ... (text)
--- aapoint, ... (plot points)
All the aa routines are procedures, just type the
name and RETURN for help.
Antialiasing is slower, it is useful to make it optional.
Modification History
R. Sterner, 2002 Jul 23
R. Sterner, 2003 May 23 --- added to library.
R. Sterner, 2010 Apr 30 --- Converted arrays from () to [].
Copyright (C) 2002, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.