NPOW Name
NPOW Purpose
Plot a diagram showing a number to a power.
Category
Calling Sequence
npow, n, pow Inputs
n = Number to raise to a power. in
pow = power. in
Keyword Parameters
Keywords
R=r Size of diagram (def=100).
FRAC=frac Radius of circles as fraction of radius
that makes circles tangent (def=1).
/NOFRAME do not plot radial lines.
/NOCIRC do not plot circles.
CCOL=ccol Color of circles.
/FILL fill circles.
OCOL=ocol Circle outline color.
FCOL=fcol Color of radial lines.
CEN=[ix,iy] Center of pattern (dev coord).
Outputs
Common Blocks
Notes
Notes: As an example try:
erase
npow,5,2
Modification History
R. Sterner, 2005 Feb 10
Copyright (C) 2005, 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.