Is there a nice way to delete a node from a graph? I am using graphviz library to create nodes but they don't have a function to delete a node
Purpose: [I want to show that a node moved from a cluster to another one, but I can't find a way to delete it from the old cluster and I can't add it to the new one because of duplicate name]
I got an advice to use pydotplus library but objects from graphviz and pydotplus can't be added in one graph as a subgraph , so if you confirm there is no solution using Graphviz I have to change the whole code