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