get_polar_plot#
- SamplingPoint.get_polar_plot(components=('E1', 'E2', 'G12'))#
Create a standard polar plot to visualize the polar properties of the laminate.
- Parameters:
components (
Sequence
[str
], default:('E1', 'E2', 'G12')
) – Stiffness quantities to plot.
Examples
>>> figure, axes = sampling_point.get_polar_plot(components=["E1", "G12"])
- Return type: