hvplot.networkx.draw_networkx_labels#

hvplot.networkx.draw_networkx_labels(G, pos, **kwargs)[source]#

Draw networkx graph node labels.

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:
graphLabels element

Labels element