You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The possibility to set the horizontal layout on Petri net representations has been provided using the pn_vis_factory.RANKDIR_LR parameter, in the 'develop' branch.
The following example code could be used:
from pm4py.objects.log.importer.xes import factory as xes_importer
from pm4py.algo.discovery.inductive import factory as inductive_miner
from pm4py.visualization.petrinet import factory as pn_vis_factory
As in title, expecially in publishing, it would be nice to have the option to output the Petri net in an horizontal way instead of vertical way.
The text was updated successfully, but these errors were encountered: