From eb427e89c9f61c2e97e6bc8ce1de2c2b9bef5687 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9borah=20Servili?= Date: Tue, 30 Aug 2016 10:42:34 +0200 Subject: [PATCH] update examples/situational-awareness/README.md --- examples/situational-awareness/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/examples/situational-awareness/README.md b/examples/situational-awareness/README.md index 86f06bd..7512df4 100644 --- a/examples/situational-awareness/README.md +++ b/examples/situational-awareness/README.md @@ -12,8 +12,19 @@ * tag\_search.py allows research for multiple tags is possible by separating each tag by the | symbol. * Partial research is also possible with tag\_search.py. For instance, search for "ransom" will also return tags containin "ransomware". +* tags\_to\_graphs.py is a script that will generate several plots to visualise tags distribution. + * The studied _period_ can be either the 7, 28 or 360 last days + * _accuracy_ allows to get smallers splits of data instead of the default values + * _order_ define the accuracy of the curve fitting. Default value is 3 + * It will generate three plots: + * Raw datas: in plot folder, named with the name of the corresponding taxonomy + * Trend: in plot folder, named _taxonomy_\_trend. general evolution of the data (linear fitting, curve fitting at order 1) + * Curve fitting: in plotlib folder, name as the taxonomy it presents. + + :warning: These scripts are not time optimised ## Requierements * [Pygal](https://github.com/Kozea/pygal/) +* [Matplotlib](https://github.com/matplotlib/matplotlib)