Hi, so if I have a .dot file generated by Graphviz, is it possible to import the file into neo4j for further use?
not really but you could handle this task with multiple ways:
1. https://github.com/jexp/dot2cypher
2. Read the file with networkX (or any other ".dot" parser) and then transform it to neo4j format or write data like: https://neonx.readthedocs.io/en/latest/usage.html