Activities Frequency ++++++++++++++++++++ To get a plot (in html format) with the frequency of each activity the user must provide two parameteres to the get request to /graph endpoint: :**filename**: the name of the event log :**folder**: the folder of the event log which is the email of the user (login email) The get request must be sent to the following address: ``http://:5000/graph?filename=PurchasingExample.xes&folder=`` where text with <> should be replaced with the corresponding information. The response is: image: http://:5000/static/graph.html and the graph.html is an html graph as shown in the following picture: .. image:: images/frequency.png :align: center