Closed aditya11ad closed 1 year ago
Dear @aditya11ad
The heuristics net visualization is not based on Graphviz therefore the DOT cannot be obtained
plz guide me, how can i serialize this kind of net:
If you want to encode the figure: save it in SVG, send the XML content of the SVG to the frontend and put the code in a DIV
for petri nets this is working perfect for generating DOT serialization :
pm4py.visualization.common.gview.serialize_dot(gviz)
Now how to get DOT serialization for this heuristic net :
------code part here------.serialize_dot(h_gviz)