Creates a PolyMarker object.
The marker coordinates.
list of [x, y]
values
keyword attributes
Keyword and Default |
Description |
Type |
---|---|---|
|
see below |
str |
|
Marker size |
float |
|
Outline color |
|
|
Outline width |
float |
|
Outline style |
|
|
fill color |
|
|
fill style |
|
|
Legend string |
str |
Marker |
Description |
---|---|
|
A circle of diameter |
|
A dot. Does not have a size. |
|
A square with side length |
|
An upward-pointed triangle |
|
A downward-pointed triangle |
|
An “X” shape |
|
A “+” shape |
Warning
All methods except __init__
are private.
wx.lib.plot.polyobjects.PolyPoints
Initialize self. See help(type(self)) for accurate signature. |
|
Draw the points |
|
Width and Height of Marker |
PolyMarker
(PolyPoints)¶Creates a PolyMarker object.
points (list of [x, y]
values) – The marker coordinates.
**attr – keyword attributes
Keyword and Default |
Description |
Type |
---|---|---|
|
see below |
str |
|
Marker size |
float |
|
Outline color |
|
|
Outline width |
float |
|
Outline style |
|
|
fill color |
|
|
fill style |
|
|
Legend string |
str |
Marker |
Description |
---|---|
|
A circle of diameter |
|
A dot. Does not have a size. |
|
A square with side length |
|
An upward-pointed triangle |
|
A downward-pointed triangle |
|
An “X” shape |
|
A “+” shape |