logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Graph::Easy::As_ascii - Generate ASCII art

Author

       Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>.

       See the LICENSE file for more details.

perl v5.36.0                                       2022-11-20                         Graph::Easy::As_ascii(3pm)

Description

       "Graph::Easy::As_ascii" contains the code to render Nodes/Edges as ASCII art. It is used by Graph::Easy
       automatically, and there should be no need to use it directly.

Export

       Exports nothing.

Name

       Graph::Easy::As_ascii - Generate ASCII art

See Also

       Graph::Easy.

Synopsis

               use Graph::Easy;

               my $graph = Graph::Easy->new();

               $graph->add_edge('Bonn', 'Berlin');

               print $graph->as_ascii();

See Also