# Type hierarchy graphic in docs build

**URL:** https://discourse.julialang.org/t/type-hierarchy-graphic-in-docs-build/34066
**Category:** General Usage
**Tags:** question, graphics, type
**Created:** [February 1, 2020, 9:49pm UTC](https://discourse.julialang.org/t/type-hierarchy-graphic-in-docs-build/34066 "2020-02-01T21:49:23Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![anon92994695](https://avatars.discourse-cdn.com/v4/letter/a/ce7236/32.png) [@anon92994695](https://discourse.julialang.org/u/anon92994695)
#### Post date: [February 2, 2020, 2:59am UTC](https://discourse.julialang.org/t/type-hierarchy-graphic-in-docs-build/34066/4 "2020-02-02T02:59:35Z")

</div>

do these two threads + these responses put together almost work?

> [@Planning Large Projects](https://discourse.julialang.org/t/planning-large-projects/28562/12):
>
> I think it could be an interesting project to build something with an interface kinda like [Cthulhu.jl](https://github.com/JuliaDebug/Cthulhu.jl) where instead of descending into @code\_typed, it displays a type hierarchy like this [1]: Number (Core) Complex (Base) Real (Core) AbstractFloat (Core) BigFloat (Base.MPFR) Float16 (Core) Float32 (Core) Float64 (Core) AbstractIrrational (Base) Irrational (Base) Integer (Core) Bool (Core) Signed (Core) BigInt (Base.GMP) Int128 (Core) Int16 (Core) Int3…

> [@Flow Charts? LightGraphs?](https://discourse.julialang.org/t/flow-charts-lightgraphs/31139/4):
>
> I still don’t have access to a computer with Julia on it frowning . Looking at your code, I don’t think that GraphRecipes is the right fit for you without some fairly serious modification. Right now we don’t do anything to make sure that edges go around nodes and other edges that are in their way. Instead, we always try to find a layout that minimizes intersections between edges. The layout that you are forcing graphplot to use has edges 3\to4 and 4\to5 lying right on top of 5\to3. Presumabl…

Light graphs could work they do have a hierarchy thingy majig. I had trouble getting flowchart like behaviour with light graph plots.

---

_[View the full topic](https://discourse.julialang.org/t/type-hierarchy-graphic-in-docs-build/34066)._
