Public Member Functions | |
def | __init__ |
Creates PolyMarker object points - sequence (array, tuple or list) of (x,y) points **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'size'= 2, - Marker size 'fillcolour'= same as colour, - wx.Brush Colour any wx.NamedColour 'fillstyle'= wx.SOLID, - wx.Brush fill style (use wx.TRANSPARENT for no fill) 'marker'= 'circle' - Marker shape 'legend'= '' - Marker Legend to display. | |
def | draw |
def | getSymExtent |
Width and Height of Marker. |
def python::plot::PolyMarker::__init__ | ( | self, | ||
points, | ||||
attr | ||||
) |
Creates PolyMarker object points - sequence (array, tuple or list) of (x,y) points **attr - key word attributes Defaults: 'colour'= 'black', - wx.Pen Colour any wx.NamedColour 'width'= 1, - Pen width 'size'= 2, - Marker size 'fillcolour'= same as colour, - wx.Brush Colour any wx.NamedColour 'fillstyle'= wx.SOLID, - wx.Brush fill style (use wx.TRANSPARENT for no fill) 'marker'= 'circle' - Marker shape 'legend'= '' - Marker Legend to display.
Marker Shapes:
Reimplemented from python::plot::PolyPoints.
def python::plot::PolyMarker::draw | ( | self, | ||
dc, | ||||
printerScale, | ||||
coord = None | ||||
) |
def python::plot::PolyMarker::getSymExtent | ( | self, | ||
printerScale | ||||
) |
Width and Height of Marker.