void create_dot(const NetworkBase &netw, const std::string graph_label="Network Architecture", const std::string filename="graph.dot", const bool call_dot=true)
Generates a dot file for the given network. Calls "dot" to generate a pdf with a visualization of the...