Rotates the layout of the Network plot among the several NetworkX layout classes ('spring'
, 'circular'
, 'kamada_kawai'
, 'random'
, 'shell'
, 'spectral'
, and 'spiral'
) plus Patchgrid
for spatial models. 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