hvplot.networkx.draw_circular#
- hvplot.networkx.draw_circular(G, **kwargs)[source]#
Draw networkx graph with circular layout.
- 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.Overlay
Graph element or Graph and Labels