pm4py.visualization.graphs.visualizer module#
- class pm4py.visualization.graphs.visualizer.Variants(*values)[source]#
Bases:
Enum- CASES = <module 'pm4py.visualization.graphs.variants.cases' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/visualization/graphs/variants/cases.py'>#
- ATTRIBUTES = <module 'pm4py.visualization.graphs.variants.attributes' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/visualization/graphs/variants/attributes.py'>#
- DATES = <module 'pm4py.visualization.graphs.variants.dates' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/visualization/graphs/variants/dates.py'>#
- BARPLOT = <module 'pm4py.visualization.graphs.variants.barplot' from '/Users/chris/Desktop/PIS/pm4py2/pm4py/pm4py/visualization/graphs/variants/barplot.py'>#
- pm4py.visualization.graphs.visualizer.apply(x: List[float], y: List[float], parameters: Dict[Any, Any] | None = None, variant=Variants.CASES) str[source]#
Method to plot (non-logarithmic way) the graph with axis values contained in x and y
- Parameters:
x – Values for x-axis
y – Values for y-axis
parameters –
- Parameters of the algorithm, including:
Parameters.FORMAT -> Format of the target image Parameters.TITLE -> Title of the image
variant –
- Variant of the algorithm to apply, including:
Variants.CASES
Variants.ATTRIBUTES
Variants.DATES
Variants.BARPLOT
- Returns:
Representation temporary file name
- Return type:
temp_file_name
- pm4py.visualization.graphs.visualizer.apply_plot(x: List[float], y: List[float], parameters: Dict[Any, Any] | None = None, variant=Variants.CASES) str[source]#
Method to plot (non-logarithmic way) the graph with axis values contained in x and y
- Parameters:
x – Values for x-axis
y – Values for y-axis
parameters –
- Parameters of the algorithm, including:
Parameters.FORMAT -> Format of the target image Parameters.TITLE -> Title of the image
variant –
- Variant of the algorithm to apply, including:
Variants.CASES
Variants.ATTRIBUTES
Variants.DATES
Variants.BARPLOT
- Returns:
Representation temporary file name
- Return type:
temp_file_name
- pm4py.visualization.graphs.visualizer.apply_semilogx(x: List[float], y: List[float], parameters: Dict[Any, Any] | None = None, variant=Variants.CASES) str[source]#
Method to plot (semi-logarithmic way) the graph with axis values contained in x and y
- Parameters:
x – Values for x-axis
y – Values for y-axis
parameters –
- Parameters of the algorithm, including:
Parameters.FORMAT -> Format of the target image Parameters.TITLE -> Title of the image
variant –
- Variant of the algorithm to apply, including:
Variants.CASES
Variants.ATTRIBUTES
Variants.DATES
Variants.BARPLOT
- Returns:
Representation temporary file name
- Return type:
temp_file_name