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 bar plot using `seaborn` and `matplotlib` #203

Closed Rebekah-Chuang closed 6 months ago

Rebekah-Chuang commented 6 months ago

This PR adds functionality to generate a bar plot using the seaborn and matplotlib libraries. The code has been modified to include the necessary imports and create a bar plot(sns.countplot) based on the provided input parameters.

closes #195