mirror of https://github.com/MISP/PyMISP
12 lines
546 B
Markdown
12 lines
546 B
Markdown
|
## Explanation
|
||
|
|
||
|
* treemap.py is a script that will generate an interactive svg (attribute\_treemap.svg) containing a treepmap representing the distribution of attributes in a sample (data) fetched from the instance using "last" or "searchall" examples.
|
||
|
* It will also generate a html document with a table (attribute\_table.html) containing count for each type of attribute.
|
||
|
* test\_attribute\_treemap.html is a quick page made to visualize both treemap and table at the same time.
|
||
|
|
||
|
## Requierements
|
||
|
|
||
|
* [Pygal](https://github.com/Kozea/pygal/)
|
||
|
|
||
|
|