#  USER.TXT   24 APR 05

#  See NATPLOT.DOC section 2.72 for details.

#  Contents displayed if Data|Show USER.TXT switch is on,
#  and this file is in same directory as natplot.exe

#  This file is read each time the display is updated.
#  After you save this file, Natplot will show the changes
#  at the next re-draw.

# Following sets color to magenta (red + blue), draws a great
# circle between coordinates (which are EGLL and KLAX), and puts
# labels along the line 1400 and 1800 miles from the start point.
# The "R" in TextR and TextBoxR refers to "rotated".

# You must use lat/longs for now -- no fix look-ups.

Color 255 0 255
Line      Solid  N5128.65/W00027.68 N3356.55/W11824.48
TextR            N5128.65/W00027.68 N3356.55/W11824.48  1400  EGLL-KLAX
TextBoxR         N5128.65/W00027.68 N3356.55/W11824.48  1800  EGLL-KLAX

# Following draws a line in current color between coordinates
# and adds some text (displays as upper case for now)
# (using 5 chararacter FMS lat/longs)

Line  Solid  4032N 4328N
TextR        4032N 4328N  0 test

# Following draws an arc around the given points, with a
# 350 mile radius, clockwise between the given *true* bearings.
# No over-the-top.  For 340 to 040, use 340 to 360, and 000 to 040.

Color 255 0 0
Arc  N5812/W00619     350  190 310
arc  N6359/W02236     350  120 300


# These are the line types defined in Windows

Color 32 156 228
Line  Solid      3138N 3222N
Line  Dot        3238N 3322N
Line  Dash       3338N 3422N
Line  DashDot    3438N 3522N
Line  DashDotDot 3538N 3622N


# Following demonstrate various text formats

FontSize 10

Color 255 0 0
Align Left
TextBox  N4500/W3500  45N/35W LEFT

Color 255 0 0
Align Center
TextBox  N4400/W3500  44N/35W CENTER

Color 255 0 0
Align Right
TextBox  N4300/W3500  43N/35W RIGHT

Color 0 255 0
Align Center Bottom
Text     39/40        39N/40W

Color 0 0 255
Align Left Bottom
Text     3840N        38N/40W


#  Following demonstrates a "text stack".
#  The first line uses the TextStack command,
#  and includes the lat/long of the upper left
#  corner, plus the first line of text.
#  Following lines use the Stack command and
#  additional text.

Color  188 148  73
FontSize 8
Align Top Right

TextStack 38/55  NAT-A
Stack            3016
Stack            5598
Stack            8825
Stack            13306

