"A user first uploads a CSV file to the website and opened in an online excel editor, then selects whatever columns the user likes to do and plots the columns by using the seaborn lib - [statistical data visualization](https:\/\/seaborn.pydata.org\/index.html). After generating a figure, the user can edit the properties of the generated figure, e.g., labels of the axis, colors, shapes of different objects, legends, and so forth. In the last step, the user can download the generated figure with different resolution levels. Very important point: the features of Seaborn should be 100% be covered, i.e., **Relational-API, Distribution-API, Categorical-API, Regression-API, Multiples-API, Style-API, and Color-API**. plz go to the front page of seaborn for more details."
3 years ago