hvplot.networkx.draw_networkx_edges#
- hvplot.networkx.draw_networkx_edges(G, pos, **kwargs)[source]#
Draw networkx graph edges.
- Parameters:
- Ggraph
A networkx graph
- kwargsoptional keywords
See hvplot.networkx.draw() for a description of optional keywords, with the exception of the pos parameter which is not used by this function.
- Returns:
- graphholoviews.Graph or (holoviews.Graph * holoviews.Labels)
Graph element