datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

refactor: split `scatter_plot_2d` into 2 functions. #39

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

The scatter plot has an interactive and a non-interactive version. The top-level function now just deciedes which of the two new functions to call.