edgegraph.output.plaintext

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, know that this functionality is presently considered unsupported.

Functions

basic_render(uni[, rfunc, sort])

Perform a very basic rendering of a graph into a string.