                                                                pers_plot
Chapter 14 Plotting and Reporting Operations

Typically used with contour layer processing, the pers_plot command will
produce a false perspective plot which is useful in editing contour data.

pers_plot

    Generates a false perspective screen plot.

         pers_plot ltype d r e z

    Creates a false perspective plot (x, y, z), with a label type t,
    orientation direction d, depth ratio r, minimum elevation value e, and
    elevation ratio z. 
    ___________________________________________________________________________
    Options/arguments:

         ltype     Label type, where:
                   0 = none
                   1 = record number
                   2 = serial number
                   3 = attribute
         d         Direction map is viewed, where:
                   n = north
                   s = south
                   e = east
                   w = west
         r         Ratio of z-coordinate to x-coordinate (depth ratio
         e         Minimum elevation (elev value on x-axis)
         z         Ratio of x-coordinate to y-coordinate (elevation ratio)
    ___________________________________________________________________________
    Example(s):

    To generate a false perspective plot of the current map with no labels, a
    depth ratio of 2:1, a minimum elevation of 3000 feet, an elevation ratio
    of 1:1, viewed from the west, enter:
     
         pers_plot 0 w 2 3000 1
    ___________________________________________________________________________
    See also:

    ___________________________________________________________________________
