mpl_visual_context.patheffects.Gradient
- class mpl_visual_context.patheffects.Gradient(data, alpha=None, extent=None, bbox=None, coords=None, axes=None, **im_kw)
Methods
draw_path(renderer, gc, tpath, affine, rgbFace)Derived should override this method.
get_image_box
- __init__(data, alpha=None, extent=None, bbox=None, coords=None, axes=None, **im_kw)
- Parameters:
offset ((float, float), default: (0, 0)) – The (x, y) offset to apply to the path, measured in points.
Methods
__init__(data[, alpha, extent, bbox, ...])draw_path(renderer, gc, tpath, affine, rgbFace)Derived should override this method.