aloytag
aloytag
I found the problem in `NodeGraph._serialize()` and `NodeGraph._deserialize()` methods. Remove this line in `NodeGraph._serialize()`: ``` serial_data['graph']['layout_direction'] = self.layout_direction() ``` With that line, the graph layout setting overwrites every node layout....
Hi @Kalandoros Yes, sure. Short-circuit calculation is one of the next features to be included. I am still not sure if it is better to implement it as an extension...
Hi @Kalandoros Thank you for the appreciation. I am glad the software can be useful. I would really like to offer an alternative representation of the network, using the "classic...