tfiers / PkgGraph.jl

Visualize the dependency graph of a Julia package
https://tfiers.github.io/PkgGraph.jl
MIT License
42 stars 2 forks source link

Colour jll's differently #83

Open tfiers opened 1 year ago

tfiers commented 1 year ago

depgraph_image(:Plots,stdlib=false) (but jll=true):

image

So not same as stdlib. But, uhm yellow? orange? A colour not in the gradient of :)

tfiers commented 1 year ago

Doing this 'makes sense', it's consistent, because: stdlib is faded, and can be filtered, and has a function (is_in_stdlib). Jll can be filtered, has a function.. but no graphical distinction; yet. Will give user intuition for what's filtered out and what the counts mean from

eg: JLLWrappers is not a _jll. but will be filtered out with :ignore -- but not with :hide. hm or mayb it will: no orphans