Go to the source code of this file.
Namespaces | |
namespace | load_dot_file |
Functions | |
load_dot_file.direct_load_dot (dot_file_path) | |
Load a DOT file directly with pydot, bypassing NetworkX's parser. | |
load_dot_file.load_and_display_dot_file (dot_file_path) | |
Load a .dot file and display it using both GraphViz and Matplotlib. | |
Variables | |
load_dot_file.dot_file_path = sys.argv[1] | |