You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
I have followed the instructions from this link and got a very nice image that shows the flow of my code as expected but I would like to get .dot file for further purpose. I have tried to change graphviz.output_file = 'flow.png' to graphviz.output_file = 'data_frame.dot' and tried to run the command line pycallgraph graphviz -l dot -- mycode.py but I do not have the .dot file as output file. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
I have followed the instructions from this link and got a very nice image that shows the flow of my code as expected but I would like to get .dot file for further purpose. I have tried to change
graphviz.output_file = 'flow.png'
tographviz.output_file = 'data_frame.dot'
and tried to run the command linepycallgraph graphviz -l dot -- mycode.py
but I do not have the .dot file as output file. How can I solve this problem?The text was updated successfully, but these errors were encountered: