pm4py.visualization.dotted_chart.variants.classic module#

class pm4py.visualization.dotted_chart.variants.classic.Parameters(*values)[source]#

Bases: Enum

FORMAT = 'format'#
DOT_SIZE = 'dot_size'#
LAYOUT_EXT_MULTIPLIER = 'layout_ext_multiplier'#
SHOW_LEGEND = 'show_legend'#
ENABLE_GRAPH_TITLE = 'enable_graph_title'#
GRAPH_TITLE = 'graph_title'#
pm4py.visualization.dotted_chart.variants.classic.apply(points_list: List[Any], attributes: List[str], parameters: Dict[str | Parameters, Any] | None = None)[source]#

Creates the dotted chart with the event stream and the provided attributes

Parameters:
  • points_list – List of points (event stream)

  • attributes – List of attributes that should be included in the dotted chart

  • parameters – Parameters of the visualization, including: - Parameters.FORMAT => the format of the visualization (svg, png, …) - Parameters.DOT_SIZE => the size of the dot in the dotted chart

Returns:

Path to the dotted chart visualization

Return type:

file_path