plotting
pleat.plotting ¶
Matplotlib helpers for quick visualization of 2D line drawings.
plot_lines ¶
Add a :class:LineCollection of lines (shape (n, 2, 2)) to ax.
Extra keyword arguments are forwarded to :class:matplotlib.collections.LineCollection.
Source code in pleat/plotting.py
plot_polygon ¶
Plot the closed polygon defined by points (shape (n, 2)).
set_equal_aspect ¶
Set equal aspect ratio with a small margin on the current or given axes.