mpl_visual_context.patheffects.StrokeOnly

class mpl_visual_context.patheffects.StrokeOnly

PathEffect with only stroke. This is done by setting the fill color to None.

Methods

draw_path

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

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