.LP
****  Plot  Labels  ***
.sp
.IP -title[&] 10
Specify string for title of plot.
.RS
.IP Type: 10
sting 
.IP Default: 10
"Xprism2 Plot"
.IP Example: 10
-title "Frequency_Plot" -- sets the plot title to that specified for all plot areas.
.br
-title1 "Frequency_Plot" -- sets the plot title to that specified for plot area #1.
.RE
.IP -xaxis[&] 10
Specify string for the label on the X-axis.
.RS
.IP Type: 10
sting 
.IP Default: 10
"X-Axis"
.IP Example: 10
-xaxis "Time" -- sets the plot X-axis label to that specified for all plot areas.
.br
-xaxis1 "Time" -- sets the plot X-axis label to that specified for plot area #1.
.RE
.IP -yaxis[&] 10
Specify string for the label on the Y-axis.
.RS
.IP Type: 10
sting 
.IP Default: 10
"Y-Axis"
.IP Example: 10
-yaxis "Response" -- sets the plot Y-axis label to that specified for all plot areas.
.br
-yaxis1 "Response" -- sets the plot Y-axis label to that specified for plot area #1.
.RE
.IP -legendstr&* 10
Specify the legend label for a plot.
.RS
.IP Type: 10
string
.IP Default: 10
plot # 
.IP Example: 10
-legendstr11 "sin wave" -- sets the legend label to "sin wave" for plot #1 in area #1.
.br
-legendstr12 "cos wave" -- sets the legend label to "cos wave" for plot #2 in area #1.
.RE

.sp 2
.LP
****  Color Options ***
.sp
.IP "Available Colors For The Plot Arguments" 10
The list of color options below can be used with the following command line
arguments.
-pc (plot color), -color (axes, grid and labels color), 
-tc (plot title color), 
-xalc (x-axis label color), -xac (x-axis color), -yalc (y-axis label color)
-yac (y-axis color), -nxac (numerical labels on x-axis), 
-nyac (numerical labels on y-axis), -gc (grid color), -lc (legend color),
.DS

    White:  0       Green:     1
    Yellow: 2       Cyan:      3
    Orchid: 4       Magenta:   5
    Orange: 6       Wheat:     7
    Lime:   8       Turquoise: 9
    Pink:   10      LightGrey: 11
    Plum:   12      Forest:    13
    Salmon: 14      Thistle:   15
    Violet: 16      OrangeRed: 17
    Red:    18      SeaGreen:  19
    Blue:   20      Goldenrod: 21
    Coral:  22      Sienna:    23

.DE
.br
NOTE, specifing colors on a Monochrome monitor has no effect. Specifing
colors on a display of less than 256 colors may or may not be available
for use.
.IP -pc[&][*] 10
Specify the plot color. If this option is not specified, each successive plot
specified by -i&* and -func&* will be given a different color starting
with 1 (green).
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-pc11 18 -- sets the plot color to Red for plot #1 in area #1.
.br
.pc 18 -- sets all plots in all areas to Red.
.RE
.IP -color[&] 10
Specify the color for all axes, grid, box, and labels. This is a master argument
for setting the color.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-color 18 -- sets the "global" color to Red for all plot areas.
.br
-color1 18 -- sets the "global" color to Red for plot area #1.
.RE
.IP -tc[&] 10
Specify the color for plot title.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-tc 18 -- sets the title color to Red for all plot areas.
.br
-tc1 18 -- sets the title color to Red for plot area #1.
.RE
.IP -xalc[&] 10
Specify the color for the x-axis labels.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-xalc 18 -- sets the x-axis label color to Red for all plot areas.
.br
-xalc1 18 -- sets the x-axis label color to Red for plot area #1.
.RE
.IP -yalc[&] 10
Specify the color for the y-axis label.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-yalc 18 -- sets the y-axis label color to Red for all plot areas.
.br
-yalc1 18 -- sets the y-axis label color to Red for plot area #1.
.RE
.IP -xac[&] 10
Specify the color for x-axis line.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-xac 18 -- sets the x-axis line color to Red for all plot areas.
.br
-xac1 18 -- sets the x-axis line title color to Red for plot area #1.
.RE
.IP -yac[&] 10
Specify the color for the y-axis line.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-yac 18 -- sets the y-axis line color to Red for all plot areas.
.br
-yac1 18 -- sets the y-axis line color to Red for plot area #1.
.RE
.IP -nxac[&] 10
Specify the color for numerical labels on the x-axis.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-nxac 18 -- sets the x-axis numerical lables color to Red for all plot areas.
.br
-nxac1 18 -- sets the x-axis numerical lables color to Red for plot area #1.
.RE
.IP -nyac[&] 10
Specify the color for numerical labels on the y-axis.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-nyac 18 -- sets the y-axis numerical labels color to Red for all plot areas.
.br
-nyac1 18 -- sets the y-axis numerical labels color to Red for plot area #1.
.RE
.IP -gc[&] 10
Specify the color for plot grid.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-gc 18 -- sets the grid color to Red for all plot areas.
.br
-gc1 18 -- sets the grid color to Red for plot area #1.
.RE
.IP -lc[&] 10
Specify the color for plot legend.
.RS
.IP Type: 10
integer [0-23]
.IP Default: 10
0 (white)
.IP Example: 10
-lc 18 -- sets the legend color to Red for all plot areas.
.br
-lc1 18 -- sets the legend color to Red for plot area #1.
.RE
.sp 2
