Rebekah-Chuang / VizAble

VizAble is a web-based data visualization tool that generates accessible visualizations for all users, including people with visual impairments (low vision or blind).
MIT License
3 stars 0 forks source link

feat(accessibility): generate line plot using `maidr` #192

Open Rebekah-Chuang opened 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds the matplotlib and maidr dependencies to the project, and generates line plot using seaborn, matplotlib, and maidr.

closes #191