plot1 module <object>

This module defines the visibility and color of the various non-data-set objects that can be displayed.

{crosshair : x ruler : y ruler : x axis : y axis}
Which of these is selected determines which objects are being considered (more than one may be selected).

{color}
The color of the selected objects (when set). Currently, the color must be one of the following words: tBlack, Red, Green, Blue, Yellow, Purple, Cyan (Any other choice leads to Black being used). This may change in future.

{visible : invisible}
This determines whether the selected objects are displayed (when set).

{# major ticks}
This determines the spacing for the major ticks of the ruler (which includes the numbering). The value given here is the lower bound actually used. (5 seems to give reasonable results.) If two values are given then the first value is the number of major ticks in the x direction and the second value is the number of ticks in the y direction.

{# minor ticks}
This determines the spacing for the minor ticks of the ruler, and should be more than the number of major ticks. The value given here is the lower bound actually used. (20 seems to give reasonable results.) If two values are given then the first value is the number of minor ticks in the x direction and the second value is the number of ticks in the y direction.

{apply}
The script is run and the display updated.

{get}
Get the color and visibility of the first of the selected objects.

{set}
Set the color and visibility of all of the selected objects from the current choice.

{dismiss}
Close the module (the parameters are remembered).

{help}
Display this message.

Azara help: plot1/object / W. Boucher / azara@bioc.cam.ac.uk