Download Sysquake Remote User Manual

Transcript
Sysquake for LATEX
390
6.34
Remarks on graphics
Most functions which produce the display of graphical data accept two
optional arguments: one to specify the style of lines and symbols, and
one to identify the graphical element for interactive manipulation.
Style
The style defines the color, the line dash pattern (for continuous
traces) or the shape (for discrete points) of the data. The possible
values are given below. Note that the color is ignored on some output
devices (such as black and white printers) and the dash pattern is
used only on high-resolution devices (such as printers or EPS output).
The color code is lowercase for thin lines and uppercase for thicker
lines on devices which support it.
Color
black
blue
green
cyan
red
magenta
yellow
white
RGB
RGB
String
k
b
g
c
r
m
y
w
h(rrggbb)
h(rgb)
Dash Pattern
solid
dashed
dotted
dash-dot
String
_ (underscore)
:
!
Shape
none (invisible)
point
circle
cross
plus
star
triangle up
triangle down
square
diamond
String
(space)
.
o
x
+
*
ˆ
v
[
<