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: generate box plot using seaborn and matplotlib #199

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds the matplotlib and seaborn libraries to the project dependencies, and generate box plot using these 2 library.

closes #194