mpl_visual_context.patheffects.Partial

class mpl_visual_context.patheffects.Partial(start, stop)

PathEffect with that preserve only a part of the path. It only support lines (no bezier splines).

Methods

draw_path

__init__(start, stop)

start, stop : index (if int) or fraction (if float)

Methods

__init__(start, stop)

start, stop : index (if int) or fraction (if float)

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