mpl_visual_context.patheffects.PostAffine
- class mpl_visual_context.patheffects.PostAffine(affine=None)
Similar to Affine, but it will be applied after the path’s affine.
Methods
draw_path
rotate_deg
scale
skew_deg
translate
- __init__(affine=None)
Methods
__init__([affine])draw_path(renderer, gc, tpath, affine, rgbFace)rotate_deg(degrees)scale(sx[, sy])skew_deg(xShear, yShear)translate(tx, ty)