Introduction
Simple plotting of cohort matrix from Excel file data.xlsx.
Any other data can be sued as long as it is transformed ino a pandas frame.
Quickstart
Create working directory
Create virtual environment:
python -m venv venv
Activate
venv:venv\Scripts\activate
Install requirements with
pip:pip install -r requirements.txt
ready to use.
example.pycontains the use of the functions,main.pycontain the used functions.