pfitzseb / TreeViews.jl

Other
6 stars 0 forks source link

A minimal working example? #1

Open GiggleLiu opened 6 years ago

GiggleLiu commented 6 years ago

I was expecting something as simple as the first post in https://github.com/JuliaLang/julia/issues/24741 to display a type tree. Maybe two APIs subtypetree and supertypetree are sufficient.

But I can not figure out the correct way to use this repo. Could you please also write a minimal working example in README?

I think typetree visualization is a popular feature in julia.

pfitzseb commented 6 years ago

This package doesn't define a type tree by default (although that would be fairly trivial to implement with TreeViews.jl), but rather something like this.

Agreed on the need for an example in the readme though.