matplotlib 3.5.1

BackRef

All possible markers are defined here:

============================== ====== ========================================= marker symbol description ============================== ====== ========================================= "."

<SubstitutionRef: 
   |value: '|m00|'
   |>
point ","
<SubstitutionRef: 
   |value: '|m01|'
   |>
pixel "o"
<SubstitutionRef: 
   |value: '|m02|'
   |>
circle "v"
<SubstitutionRef: 
   |value: '|m03|'
   |>
triangle_down "^"
<SubstitutionRef: 
   |value: '|m04|'
   |>
triangle_up "<"
<SubstitutionRef: 
   |value: '|m05|'
   |>
triangle_left ">"
<SubstitutionRef: 
   |value: '|m06|'
   |>
triangle_right "1"
<SubstitutionRef: 
   |value: '|m07|'
   |>
tri_down "2"
<SubstitutionRef: 
   |value: '|m08|'
   |>
tri_up "3"
<SubstitutionRef: 
   |value: '|m09|'
   |>
tri_left "4"
<SubstitutionRef: 
   |value: '|m10|'
   |>
tri_right "8"
<SubstitutionRef: 
   |value: '|m11|'
   |>
octagon "s"
<SubstitutionRef: 
   |value: '|m12|'
   |>
square "p"
<SubstitutionRef: 
   |value: '|m13|'
   |>
pentagon "P"
<SubstitutionRef: 
   |value: '|m23|'
   |>
plus (filled) "*"
<SubstitutionRef: 
   |value: '|m14|'
   |>
star "h"
<SubstitutionRef: 
   |value: '|m15|'
   |>
hexagon1 "H"
<SubstitutionRef: 
   |value: '|m16|'
   |>
hexagon2 "+"
<SubstitutionRef: 
   |value: '|m17|'
   |>
plus "x"
<SubstitutionRef: 
   |value: '|m18|'
   |>
x "X"
<SubstitutionRef: 
   |value: '|m24|'
   |>
x (filled) "D"
<SubstitutionRef: 
   |value: '|m19|'
   |>
diamond "d"
<SubstitutionRef: 
   |value: '|m20|'
   |>
thin_diamond "|"
<SubstitutionRef: 
   |value: '|m21|'
   |>
vline "_"
<SubstitutionRef: 
   |value: '|m22|'
   |>
hline 0 ( TICKLEFT )
<SubstitutionRef: 
   |value: '|m25|'
   |>
tickleft 1 ( TICKRIGHT )
<SubstitutionRef: 
   |value: '|m26|'
   |>
tickright 2 ( TICKUP )
<SubstitutionRef: 
   |value: '|m27|'
   |>
tickup 3 ( TICKDOWN )
<SubstitutionRef: 
   |value: '|m28|'
   |>
tickdown 4 ( CARETLEFT )
<SubstitutionRef: 
   |value: '|m29|'
   |>
caretleft 5 ( CARETRIGHT )
<SubstitutionRef: 
   |value: '|m30|'
   |>
caretright 6 ( CARETUP )
<SubstitutionRef: 
   |value: '|m31|'
   |>
caretup 7 ( CARETDOWN )
<SubstitutionRef: 
   |value: '|m32|'
   |>
caretdown 8 ( CARETLEFTBASE )
<SubstitutionRef: 
   |value: '|m33|'
   |>
caretleft (centered at base) 9 ( CARETRIGHTBASE )
<SubstitutionRef: 
   |value: '|m34|'
   |>
caretright (centered at base) 10 ( CARETUPBASE )
<SubstitutionRef: 
   |value: '|m35|'
   |>
caretup (centered at base) 11 ( CARETDOWNBASE )
<SubstitutionRef: 
   |value: '|m36|'
   |>
caretdown (centered at base) "None" , " " or "" nothing '$...$'
<SubstitutionRef: 
   |value: '|m37|'
   |>
Render the string using mathtext. E.g "$f$" for marker showing the letter f . verts A list of (x, y) pairs used for Path vertices. The center of the marker is located at (0, 0) and the size is normalized, such that the created path is encapsulated inside the unit cell. path A ~matplotlib.path.Path instance. (numsides, 0, angle) A regular polygon with numsides sides, rotated by angle . (numsides, 1, angle) A star-like symbol with numsides sides, rotated by angle . (numsides, 2, angle) An asterisk with numsides sides, rotated by angle . ============================== ====== =========================================

None is the default which means 'nothing', however this table is referred to from other docs for the valid inputs from marker inputs and in those cases None still means 'default'.

Note that special symbols can be defined via the STIX math font </tutorials/text/mathtext> , e.g. "$\u266B$" . For an overview over the STIX font symbols refer to the STIX font table. Also see the /gallery/text_labels_and_annotations/stix_fonts_demo .

Integer numbers from 0 to 11 create lines and triangles. Those are equally accessible via capitalized variables, like CARETDOWNBASE . Hence the following are equivalent:

plt.plot([1, 2, 3], marker=11)
plt.plot([1, 2, 3], marker=matplotlib.markers.CARETDOWNBASE)

Examples showing the use of markers:

Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m00|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m00.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m01|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m01.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m02|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m02.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m03|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m03.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m04|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m04.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m05|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m05.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m06|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m06.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m07|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m07.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m08|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m08.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m09|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m09.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m10|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m10.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m11|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m11.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m12|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m12.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m13|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m13.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m14|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m14.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m15|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m15.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m16|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m16.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m17|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m17.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m18|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m18.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m19|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m19.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m20|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m20.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m21|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m21.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m22|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m22.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m23|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m23.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m24|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m24.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m25|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m25.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m26|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m26.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m27|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m27.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m28|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m28.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m29|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m29.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m30|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m30.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m31|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m31.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m32|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m32.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m33|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m33.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m34|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m34.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m35|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m35.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m36|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m36.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m37|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m37.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>

Functions to handle markers; used by the marker functionality of plot , scatter , and errorbar .

Functions to handle markers; used by the marker functionality of plot , scatter , and errorbar .

All possible markers are defined here:

============================== ====== ========================================= marker symbol description ============================== ====== ========================================= "."

<SubstitutionRef: 
   |value: '|m00|'
   |>
point ","
<SubstitutionRef: 
   |value: '|m01|'
   |>
pixel "o"
<SubstitutionRef: 
   |value: '|m02|'
   |>
circle "v"
<SubstitutionRef: 
   |value: '|m03|'
   |>
triangle_down "^"
<SubstitutionRef: 
   |value: '|m04|'
   |>
triangle_up "<"
<SubstitutionRef: 
   |value: '|m05|'
   |>
triangle_left ">"
<SubstitutionRef: 
   |value: '|m06|'
   |>
triangle_right "1"
<SubstitutionRef: 
   |value: '|m07|'
   |>
tri_down "2"
<SubstitutionRef: 
   |value: '|m08|'
   |>
tri_up "3"
<SubstitutionRef: 
   |value: '|m09|'
   |>
tri_left "4"
<SubstitutionRef: 
   |value: '|m10|'
   |>
tri_right "8"
<SubstitutionRef: 
   |value: '|m11|'
   |>
octagon "s"
<SubstitutionRef: 
   |value: '|m12|'
   |>
square "p"
<SubstitutionRef: 
   |value: '|m13|'
   |>
pentagon "P"
<SubstitutionRef: 
   |value: '|m23|'
   |>
plus (filled) "*"
<SubstitutionRef: 
   |value: '|m14|'
   |>
star "h"
<SubstitutionRef: 
   |value: '|m15|'
   |>
hexagon1 "H"
<SubstitutionRef: 
   |value: '|m16|'
   |>
hexagon2 "+"
<SubstitutionRef: 
   |value: '|m17|'
   |>
plus "x"
<SubstitutionRef: 
   |value: '|m18|'
   |>
x "X"
<SubstitutionRef: 
   |value: '|m24|'
   |>
x (filled) "D"
<SubstitutionRef: 
   |value: '|m19|'
   |>
diamond "d"
<SubstitutionRef: 
   |value: '|m20|'
   |>
thin_diamond "|"
<SubstitutionRef: 
   |value: '|m21|'
   |>
vline "_"
<SubstitutionRef: 
   |value: '|m22|'
   |>
hline 0 ( TICKLEFT )
<SubstitutionRef: 
   |value: '|m25|'
   |>
tickleft 1 ( TICKRIGHT )
<SubstitutionRef: 
   |value: '|m26|'
   |>
tickright 2 ( TICKUP )
<SubstitutionRef: 
   |value: '|m27|'
   |>
tickup 3 ( TICKDOWN )
<SubstitutionRef: 
   |value: '|m28|'
   |>
tickdown 4 ( CARETLEFT )
<SubstitutionRef: 
   |value: '|m29|'
   |>
caretleft 5 ( CARETRIGHT )
<SubstitutionRef: 
   |value: '|m30|'
   |>
caretright 6 ( CARETUP )
<SubstitutionRef: 
   |value: '|m31|'
   |>
caretup 7 ( CARETDOWN )
<SubstitutionRef: 
   |value: '|m32|'
   |>
caretdown 8 ( CARETLEFTBASE )
<SubstitutionRef: 
   |value: '|m33|'
   |>
caretleft (centered at base) 9 ( CARETRIGHTBASE )
<SubstitutionRef: 
   |value: '|m34|'
   |>
caretright (centered at base) 10 ( CARETUPBASE )
<SubstitutionRef: 
   |value: '|m35|'
   |>
caretup (centered at base) 11 ( CARETDOWNBASE )
<SubstitutionRef: 
   |value: '|m36|'
   |>
caretdown (centered at base) "None" , " " or "" nothing '$...$'
<SubstitutionRef: 
   |value: '|m37|'
   |>
Render the string using mathtext. E.g "$f$" for marker showing the letter f . verts A list of (x, y) pairs used for Path vertices. The center of the marker is located at (0, 0) and the size is normalized, such that the created path is encapsulated inside the unit cell. path A ~matplotlib.path.Path instance. (numsides, 0, angle) A regular polygon with numsides sides, rotated by angle . (numsides, 1, angle) A star-like symbol with numsides sides, rotated by angle . (numsides, 2, angle) An asterisk with numsides sides, rotated by angle . ============================== ====== =========================================

None is the default which means 'nothing', however this table is referred to from other docs for the valid inputs from marker inputs and in those cases None still means 'default'.

Note that special symbols can be defined via the STIX math font </tutorials/text/mathtext> , e.g. "$\u266B$" . For an overview over the STIX font symbols refer to the STIX font table. Also see the /gallery/text_labels_and_annotations/stix_fonts_demo .

Integer numbers from 0 to 11 create lines and triangles. Those are equally accessible via capitalized variables, like CARETDOWNBASE . Hence the following are equivalent:

plt.plot([1, 2, 3], marker=11)
plt.plot([1, 2, 3], marker=matplotlib.markers.CARETDOWNBASE)

Examples showing the use of markers:

Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m00|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m00.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m01|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m01.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m02|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m02.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m03|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m03.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m04|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m04.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m05|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m05.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m06|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m06.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m07|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m07.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m08|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m08.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m09|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m09.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m10|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m10.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m11|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m11.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m12|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m12.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m13|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m13.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m14|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m14.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m15|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m15.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m16|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m16.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m17|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m17.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m18|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m18.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m19|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m19.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m20|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m20.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m21|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m21.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m22|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m22.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m23|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m23.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m24|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m24.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m25|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m25.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m26|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m26.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m27|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m27.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m28|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m28.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m29|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m29.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m30|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m30.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m31|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m31.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m32|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m32.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m33|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m33.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m34|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m34.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m35|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m35.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m36|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m36.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>
Type SubstitutionDef (A) Not implemented yet
<SubstitutionDef: 
   |name: '|m37|'
   |directive: <BlockDirective: 
   |   |name: 'image'
   |   |argument: '/_static/markers/m37.png'
   |   |options: []
   |   |content: ''
   |   |>
   |>

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

matplotlib.markers.MarkerStyle.__init__ networkx.drawing.nx_pylab.draw_networkx_edges matplotlib.markers.MarkerStyle._set_marker matplotlib.lines.Line2D.set_marker

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /matplotlib/markers.py#0
type: <class 'module'>
Commit: