bnl.viz.plot_boundary_contour
- bnl.viz.plot_boundary_contour(bc, line_color='#666')[source]
Plots a BoundaryContour with interactive hover information.
- Parameters:
bc (BoundaryContour) – The BoundaryContour to plot.
line_color (str, optional) – Color of the boundary lines. Defaults to “black”.
- Returns:
The Plotly figure with the BoundaryContour.
- Return type:
Figure