dexplot
dexplot copied to clipboard
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Closes https://github.com/dexplo/dexplot/issues/11
The list of `install_requires` in `setup.py` is missing a comma between `'scipy>=1.0'` and `matplotlib>=3.1`. This makes `conda env export` fail with ```python InvalidVersionSpec: Invalid version '1.0matplotlib>=3.1': invalid character(s) ``` Section...
Please consider supporting other matplotlib themes in `plt.style.available`