mpl_pe_pattern_monster.pattern_monster.FillPattern

class mpl_pe_pattern_monster.pattern_monster.FillPattern(pattern, ax, color_cycle=None, alpha=None)

Fill the path with the given pattern.

Methods

draw_path

__init__(pattern, ax, color_cycle=None, alpha=None)

Keyword Arguments:

color_cycle: list of colors. None has special meansing that it will be replaced by

the facecolor of the parent artist.

alpha: alpha value for the pattern. If None, the alpha value from the parent artist

will be used.

Methods

__init__(pattern, ax[, color_cycle, alpha])

Keyword Arguments:

draw_path(renderer, gc, tpath, affine, rgbFace)