xy_plots legend attributes

Allows you to modify the attributes of a legend, including its border color, line style, and thickness.

Format:

 
xy_plots legend attributes
legend_name =
an existing legend
color =
an existing color
line_type =
line_style
thickness =
real

Example:

 
xy_plots legend attributes &
xy_plots legend attributes color =
black &
xy_plots legend attributes line_type =
dot &
xy_plots legend attributes thickness =
2

Description:

 
Parameter
Value Type
Description
legend_name
An Existing Legend
Specifies name of the legend to modify.
colo
An Existing Color
Specifies the COLOR of a graphic object
line_type
Line_style
This parameter allows the selection of the line type for a curve.
thickness
Real
This parameter allows the specification of the thickness of the curve.

Extended Definition:

1. Specifies the COLOR of a graphic object. A graphic object is an object that may be drawn on the screen by Adams View, these include curves, parts, markers, arcs, outlines, boxes, circles, cylinders, frustums, spring damper graphics, force graphics, and plot curves and symbols. When the COLOR of a part is specified, all graphic objects fixed to that part are drawn with the COLOR of the part. Adams View supports the following COLORs: black, white, red, green, blue, cyan, magenta, and yellow.
 
Note:  
If you choose the COLOR of an entity to be drawn in the view background color (typically, white or black... ) it may not show up.
See help for hardcopy also.
2. The line type describes how the line will look when displayed on a plot. Adams View supports solid, dash, dotdash, and dot.
Line Type Appearance
--------------------------------------------
solid _______________
dash _ _ _ _ _ _ _ _
dotdash . _ . _ . _ . _
dot . . . . . . . .
3. Thickness parameter acts as a multiplier, is a real number and must be greater than zero. The default for this parameter is 1. If you specify THICKNESS=2.5 the curve will two and one half times as wide as the default. Note that large values for this parameter may result in the entire plot being covered.