Closed AntonyRLee closed 1 year ago
I cannot get the background of the heuristic net to change from white (default). Does not work for saving net either.
Example: import pm4py log = pm4py.read_xes("running-example.xes") hn = pm4py.discover_heuristics_net(log) pm4py.view_heuristics_net(hn, bgcolor='red') # background unchanged
Dear @AntonyRLee
Thanks for signaling. We'll release a fix in the upcoming release.
Cheers
The issue is resolved in pm4py 2.7.5
I cannot get the background of the heuristic net to change from white (default). Does not work for saving net either.
Example: import pm4py log = pm4py.read_xes("running-example.xes") hn = pm4py.discover_heuristics_net(log) pm4py.view_heuristics_net(hn, bgcolor='red') # background unchanged