Reference
Visualization
Lifemap | Build visualization. |
Lifemap.layer_points | Add a points layer. |
Lifemap.layer_lines | Add a lines layer. |
Lifemap.layer_donuts | Add a donuts layer. |
Lifemap.layer_heatmap | Add a heatmap layer. |
Lifemap.layer_screengrid | Add a screengrid layer. |
Lifemap.show | Display the Jupyter widget for this instance. |
Lifemap.save | Save the Jupyter widget for this instance to an HTML file. |
Data aggregation
Functions to aggregate data along the branches of the lifemap tree.
aggregate_count | Nodes count aggregation along branches. |
aggregate_num | Numerical variable aggregation along branches. |
aggregate_freq | Categorical variable frequencies aggregation along branches. |