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

fix: method not accepting `None` being called with `None`. #42

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

matplolib Axes.set_xlabel does not support None as the first parameter. https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set_xlabel.html