10.1.5.3.4. Tikz

class Patro.GraphicEngine.TeX.Tikz.TikzFigure(options='')[source]

Bases: Patro.GraphicEngine.TeX.Environment.Environment

__STROKE_STYLE__ = {<StrokeStyle.DashDotLine: 5>: 'dash pattern=on 5mm off 4mm on 2mm off 4mm', <StrokeStyle.DotLine: 4>: 'dash pattern=on 2mm off 2mm', <StrokeStyle.NoPen: 1>: None, <StrokeStyle.SolidLine: 2>: 'solid'}
__init__(options='')[source]

Initialize self. See help(type(self)) for accurate signature.

static format_path_style(path_syle)[source]