mpl_visual_context.patheffects.ImageEffect

class mpl_visual_context.patheffects.ImageEffect(image_effect)

Methods

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

Derived should override this method.

get_image

__init__(image_effect)
Parameters:

offset ((float, float), default: (0, 0)) – The (x, y) offset to apply to the path, measured in points.

Methods

__init__(image_effect)

param offset:

The (x, y) offset to apply to the path, measured in points.

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

Derived should override this method.

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