dot_plot
Visualize individual user activity from a CSV as a dot plot, one row per user and one cell per day, highlighting each first active day, value events, and custom marked events.
Instructions
Text dot plot: one row per user, one cell per day.
◎ first active day, ● value event, · nothing. mark_events puts a letter on other actions, e.g. {"create_playlist": "P"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | en | |
| weeks | No | ||
| csv_path | Yes | ||
| mark_events | No | ||
| value_event | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |