Rotates the layout of the Network plot among the several NetworkX layout classes ('spring'
, 'circular'
, 'kamada_kawai'
, 'random'
, 'shell'
, 'spectral'
, and 'spiral'
). This function is called when pressing ‘l’ with the mouse over the plot. See the NetworkX documentation for details on each of these.
Notes and Examples