export_petri_net_image_svg
Export the image of a PetriNet as a SVG file
Also consider using
Also consider using
PetriNet::export_svg for convenience.Arguments
Returns
import r4pm
net = {"arcs": [{"from_to": {"nodes": ['example', 'example'], "type": 'PlaceTransition'}, "weight": 1}], "places": {"something": {"id": '893f8ab9'}}, "transitions": {"something": {"id": '893f8ab9'}}}
r4pm.bindings.export_petri_net_image_svg(net, 'example')