#  This macro sets up display for vector editing

# reset graphic display to raster only
graphics 

# change the viewed area to a full resolution view of the upper lt. corner
view full 0 100000

# add dispaly of all vector lines (normal)
graphics +n0 -r

# done.
