#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

networkx.readwrite.pajek.generate_pajek

generate_pajek(G)[source]

Generate lines in Pajek graph format.

Parameters

G (graph) – A Networkx graph

References

See http://vlado.fmf.uni-lj.si/pub/networks/pajek/doc/draweps.htm for format information.