Version 2.2.2
matplotlib

This Page

matplotlib.markers.MarkerStyle

class matplotlib.markers.MarkerStyle(marker=None, fillstyle=None)
Parameters:

marker : string or array_like, optional, default: None

See the descriptions of possible markers in the module docstring.

fillstyle : string, optional, default: ‘full’

‘full’, ‘left”, ‘right’, ‘bottom’, ‘top’, ‘none’

Attributes

markers (list of known marks)
fillstyles (list of known fillstyles)
filled_markers (list of known filled markers.)
filled_markers = (u'o', u'v', u'^', u'<', u'>', u'8', u's', u'p', u'*', u'h', u'H', u'D', u'd', u'P', u'X')
fillstyles = (u'full', u'left', u'right', u'bottom', u'top', u'none')
get_alt_path()
get_alt_transform()
get_capstyle()
get_fillstyle()
get_joinstyle()
get_marker()
get_path()
get_snap_threshold()
get_transform()
is_filled()
markers = {None: u'nothing', 0: u'tickleft', 1: u'tickright', 2: u'tickup', 3: u'tickdown', 4: u'caretleft', 5: u'caretright', 6: u'caretup', 7: u'caretdown', 8: u'caretleftbase', 9: u'caretrightbase', 10: u'caretupbase', 11: u'caretdownbase', u'': u'nothing', u' ': u'nothing', u'*': u'star', u'+': u'plus', u',': u'pixel', u'.': u'point', u'1': u'tri_down', u'2': u'tri_up', u'3': u'tri_left', u'4': u'tri_right', u'8': u'octagon', u'<': u'triangle_left', u'>': u'triangle_right', u'D': u'diamond', u'H': u'hexagon2', u'None': u'nothing', u'P': u'plus_filled', u'X': u'x_filled', u'^': u'triangle_up', u'_': u'hline', u'd': u'thin_diamond', u'h': u'hexagon1', u'o': u'circle', u'p': u'pentagon', u's': u'square', u'v': u'triangle_down', u'x': u'x', u'|': u'vline'}
set_fillstyle(fillstyle)

Sets fillstyle

Parameters:fillstyle : string amongst known fillstyles
set_marker(marker)