PyMISP/examples/situational-awareness
Deborah Servili 63fbf6ef54 Update tools.py
Correct function isTagIn(dataframe, tag)
2016-07-13 16:36:54 +02:00
..
README.md move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
attribute_treemap.py move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
style.css move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
tag_search.py move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
tags_count.py move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
test_attribute_treemap.html move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
tools.py Update tools.py 2016-07-13 16:36:54 +02:00

README.md

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