Julia tool to visualize code dependencies?

Is there a tool like this in Julia where we can visualise the dependencies of functions within a package?

1 Like

I feel like @anon92994695 was working on something like this?

3 Likes

Yes that’s the project. So the main issue with Sherlock.jl is it needs a better plotting library/method for plotting the graphs. LightGraphs is awesome but I’ve found Sherlock to make some sloppy plots of more involved code bases… @davidanthoff mentioned some awesome Vega graph plot approaches, but I am so unseasoned with JS and Vega it’s not even funny. I’d appreciate any help with it, I wrote it pretty quickly. But it is pretty nice for small packages. But you know, if you look at the code and just hate it, feel free to do your own thing.