Posting this here since I haven't gotten any solutions over at StackOverflow. Basically I'm using Dagger on a project and it's working fine, but I wanted to take a look at the generated graph and I haven't been able to find the .dot file anywhere. Tried running find . -name '*.dot' in the project's root folder but it returns nothing.