__init__(self,
parent,
x,
y,
symbol=None,
size=None,
color=None,
label=None,
linewidth=None)
(Constructor)
Initialization for Point class.
-
- Parameters:
x -
an array of x world coordinates of the points
(type=float array)
y -
an array of y world coordinates of the points
(type=float array)
symbol -
Symbol to use when drawing the points (default: 0)
(type=integer)
size -
Size of the symbol. (defaults to global value)
(type=float)
color -
The color use (defaults to global color)
(type=integer or string)
label -
optional label for a lengend
(type=string)
|