pm4py.visualization.dotted_chart package#

PM4Py – A Process Mining Library for Python

Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.

Website: https://processintelligence.solutions Contact: info@processintelligence.solutions

Subpackages#

Submodules#

pm4py.visualization.dotted_chart.visualizer module#

PM4Py – A Process Mining Library for Python

Copyright (C) 2024 Process Intelligence Solutions UG (haftungsbeschränkt)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see this software project’s root or visit <https://www.gnu.org/licenses/>.

Website: https://processintelligence.solutions Contact: info@processintelligence.solutions

class pm4py.visualization.dotted_chart.visualizer.Variants(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: Enum

CLASSIC = <module 'pm4py.visualization.dotted_chart.variants.classic' from 'C:\\Users\\berti\\pm4py-core\\pm4py\\visualization\\dotted_chart\\variants\\classic.py'>#
pm4py.visualization.dotted_chart.visualizer.apply(log_obj: DataFrame | EventLog, attributes: List[str], variant=Variants.CLASSIC, parameters: Dict[Any, Any] | None = None) str[source]#

Creates the dotted chart with the log objects and the provided attributes

Parameters#

log_obj

Log object

attributes

List of attributes that should be included in the dotted chart

parameters

Variant-specific parameters

Returns#

file_path

Path to the dotted chart visualization

pm4py.visualization.dotted_chart.visualizer.view(figure: str)[source]#

Views the dotted chart on the screen

Parameters#

figure

Path to the dotted chart

pm4py.visualization.dotted_chart.visualizer.save(figure: str, output_file_path: str)[source]#

Saves the dotted chart to a specified path

Parameters#

figure

Current path to the dotted chart

output_file_path

Destination path

pm4py.visualization.dotted_chart.visualizer.serialize(figure: str)[source]#

Performs the serialization of the dotted chart visualization

Parameters#

figure

Current path to the dotted chart

pm4py.visualization.dotted_chart.visualizer.matplotlib_view(figure: str)[source]#

Views the dotted chart on the screen using Matplotlib

Parameters#

figure

Path to the dotted chart