mpl_visual_context.patheffects.FillImage

class mpl_visual_context.patheffects.FillImage(im, ax=None, remove_from_axes=False, alpha=None, **kwargs)

Fill the path with the given image. It actually draws the image with its clip_path set to the path itself.

Methods

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

Derived should override this method.

__init__(im, ax=None, remove_from_axes=False, alpha=None, **kwargs)

Keyword Arguments: clip_box

Methods

__init__(im[, ax, remove_from_axes, alpha])

Keyword Arguments: clip_box

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

Derived should override this method.