hackl / TikZ-StructuralAnalysis

TikZ Library for Structural Analysis
Other
123 stars 29 forks source link

Added \axis to create 2d axes #21

Closed juppees closed 5 years ago

juppees commented 5 years ago

I added a 2d axis command that creates axis like \daxis in two dimensional space. It allows arbitrary rotation between 0° and 360° and places the axis labels in accordance (manual label placement is also possible). Syntax: \axis[1st axis length][2nd axis length]{point}{angle}{1st axis label}{2nd axis label}[1st label position][2nd label position]

hackl commented 5 years ago

Thank you for this feature.