plot_lines (method)¶
-
plot_lines
(self, fig=None)[source]¶ Plot the SurfRing-Contour in a matplotlib fig (For plotting unclosed contour, for Polygon use plot method from Surface object)
- Parameters
self (SurfRing) – A SurfRing object
fig – if None, open a new fig and plot, else add to the current one (Default value = None)
- Returns
- Return type
None