PyMISP/examples/treemap
Deborah Servili 12849622ef Rename examples/statistics/attribute_treemap.py to examples/treemap/treemap.py 2016-07-06 09:05:35 +02:00
..
README.md Add example "create attributes distribution treemap" 2016-06-21 15:46:09 +02:00
style.css remove useless comments 2016-06-21 16:07:08 +02:00
test_attribute_treemap.html remove useless comments 2016-06-21 16:07:08 +02:00
tools.py Add example "create attributes distribution treemap" 2016-06-21 15:46:09 +02:00
treemap.py Rename examples/statistics/attribute_treemap.py to examples/treemap/treemap.py 2016-07-06 09:05:35 +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