Each of these fields of data in the GraphLogView's PDPLog are listed in a vertical scrollbox of toggle buttons in the lower left of the GraphLogView. Initially all the lines are toggled on. By pressing the toggle button with the left mouse button, the display of the line corresponding to that field is turned on or off. Pressing the middle mouse button selects that field to represent the X axis. Pressing the right mouse button on the field toggle button brings up an edit dialog for the field.
Initially each of the lines is assigned a default line style and color. The color of the line is displayed as a small line just to the left of the toggle button. To the right of the toggle button another small line will indicate the color of the line's y-axis, or a "-X-" if the toggle button's field represents the X-axis.
The GraphLogViewSpec provides the following customizable variables:
RGBA line_color
LineType line_type
LINES
, POINTS
, or both
LINES_AND_POINTS
LineStyle line_style
SOLID (______)
, DOT (......)
, DASH (_ _ _
)
, DASH_DOT (_._._.)
.
PointStyle point_style
NONE ( )
, SMALL_DOT (.)
, BIG_DOT (o)
,
TICK (|)
, PLUS (+)
.
Bool negative_draw
GraphLogViewSpec axis_spec
min_mode
max_mode
axis_spec
field points to themselves. Choices for these
variables are:
AUTO_SELF
AUTO_GROUP
axis_spec
field set to this one.
FIXED
range
field of the GraphLogViewSpec
MinMax range
min_mode
and/or
max_mode
are set to FIXED
int n_ticks