Skip to content

Commit

Permalink
Fine tune.
Browse files Browse the repository at this point in the history
  • Loading branch information
c0fec0de committed Sep 10, 2016
1 parent 53707fa commit e44c38d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ Udo
├── Jan
└── Joe

>>> from anytree.dotexport import RenderTreeGraph
>>> RenderTreeGraph(root).to_picture("tree.png")
>>> from anytree.dotexport import RenderTreeGraph
>>> # graphviz needs to be installed for the next line!
>>> RenderTreeGraph(root).to_picture("tree.png")

http://anytree.readthedocs.io/en/latest/_images/tree.png
.. image:: http://anytree.readthedocs.io/en/latest/_images/tree.png

**Manipulation**

Expand Down

0 comments on commit e44c38d

Please sign in to comment.