markers — Matplotlib 2.1.0 documentation
You are reading an old version of the documentation (v2.1.0). For the latest version see https://matplotlib.org/stable/api/markers_api.html
matplotlib

markers

matplotlib.markers

This module contains functions to handle markers. Used by both the marker functionality of plot and scatter.

All possible markers are defined here:

For backward compatibility, the form (verts, 0) is also accepted, but it is equivalent to just verts for giving a raw set of vertices that define the shape.

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’.

Classes

MarkerStyle([marker, fillstyle])