swn.SurfaceWaterNetwork.plot#
- SurfaceWaterNetwork.plot(column='stream_order', sort_column='sequence', cmap='viridis_r', legend=False, ax=None)#
Plot map of surface water network.
Shows map of surface water network lines, with points showing, headwater (green dots), outlets (navy dots), and if present, diversion locations with a blue dashed line to the diversion location at the end of the segment line.
- Parameters:
- columnstr, default “stream_order”
Column from segments to use with
map
. See alsolegend
to help interpret values.- sort_columnstr, default “sequence”
Column from segments to sort values.
- cmapstr, default “viridis_r”
Matplotlib color map.
- legendbool, default False
Show legend for column.
- axmatplotlib.pyplot.Artist, default None
Axes on which to draw the plot.
- Returns:
- AxesSubplot