edgegraph.output.plaintext#
Print graphs to an ASCII format (not ASCII “art”!).
This module provides functionality to “print” a graph. At present time, only one format is supported. See the sole function for more information. More formats may be added in the future.
Important
Nothing in this module is intended to be parsed by anyone, for any reason.
If you are trying to persistently store graphs, or exchange them between
processes, or something else, see the output.nrpickler module.
Functions
|
Perform a very basic rendering of a graph into a string. |