Markers

Plotify provides a generic way to define markers and some of their properties:

plotify.markers.Marker

__call__(self, **kwargs)

Call self as a function.

__init__(self, symbol = 'o', fill = True, size = 8.5)

Initialize self. See help(type(self)) for accurate signature.

From which a set of preconfigured markers is defined:

plotify.markers.circle

plotify.markers.cross

plotify.markers.diamond

plotify.markers.pentagone

plotify.markers.square

plotify.markers.star

plotify.markers.triangle_up

plotify.markers.triangle_down

plotify.markers.triangle_left

plotify.markers.triangle_right