pm4py / pm4py-core

Public repository for the PM4Py (Process Mining for Python) project.
https://pm4py.fit.fraunhofer.de
GNU General Public License v3.0
722 stars 286 forks source link

vis_heuristics_net bgcolor does not overwrite default #420

Closed AntonyRLee closed 1 year ago

AntonyRLee commented 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

fit-alessandro-berti commented 1 year ago

Dear @AntonyRLee

Thanks for signaling. We'll release a fix in the upcoming release.

Cheers

fit-alessandro-berti commented 1 year ago

The issue is resolved in pm4py 2.7.5