From 72967a51c6ba2d71479d136d6f176affcfaa3e5a Mon Sep 17 00:00:00 2001 From: "David P. Sanders" Date: Fri, 27 Jan 2017 06:42:02 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf1f805..32ed580 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Julia expression, for example @tree x^2 + y^2 ``` which gives the following output: + ![example_tree](example_tree.png) See [this notebook](examples/TreeView.ipynb) for usage examples.