JuliaTeX / TreeView.jl

Draw Julia syntax trees as a graph
Other
82 stars 15 forks source link

Tree not shown #15

Closed xgdgsc closed 5 years ago

xgdgsc commented 5 years ago

Running the example doesn' t work for me. The tree is not shown. While using TikzGraphs works. What could be the reason?

deepinscreenshot_select-area_20181205121221

dpsanders commented 5 years ago

Which version of Julia are you using? And what environment or editor is that running in?

dpsanders commented 5 years ago

Could you try the master branch (assuming you're on Julia 1.0):

]add TreeView#master

xgdgsc commented 5 years ago

Thanks. I' m using julia 1.0.2 in jupyter notebook. master works for me.