drawdefault |
linecolor(arg) | Sets the default color for lines. The arg value may set by using one of the color keywords (e.g., “blue”), or by using the RGB values (e.g., “@RGB(255, 255, 0)”). For a description of the available color keywords (“blue”, “red”, “green”, “black”, “white”, “purple”, “orange”, “yellow”, “gray”, “ltgray”). For a full description of the keywords, see Table::setfillcolor. |
shadecolor(arg) | Sets the default color for shades. arg may be one of the predefined color keywords, or it may be made up of n1, n2, n3, a set of three integers from 0 to 255, representing the RGB values of the color. For a description of the available color keywords (“blue”, “red”, “green”, “black”, “white”, “purple”, “orange”, “yellow”, “gray”, “ltgray”), see Table::setfillcolor. |
width(n1) | Specify the width, where n1 is the line width in points (used only if object_type is “line” or “dashline”). The default is 0.5 points. |
pattern(index) | Sets the default line pattern to the type specified by index. index can be an integer from 1 to 12 or one of the matching keywords (“solid”, “dash1” through “dash10”, “none”). See Graph::setelem for a description of the available patterns. The “none” keyword turns on solid lines. |
existing | Apply the default settings to all existing line/shade objects in the graph. |