12.1.12. networkx.drawing.nx_pylab.draw_shell¶
-
networkx.drawing.nx_pylab.draw_shell(G, **kwargs)[source]¶ Draw networkx graph with shell layout.
Parameters: G : graph
A networkx graph
kwargs : optional keywords
See networkx.draw_networkx() for a description of optional keywords, with the exception of the pos parameter which is not used by this function.