DataVisual is a package designed to streamline your data visualization process, offering a simplified interface for creating complex plots with ease.
Installation
Install DataVisual directly from PyPi:
pip install DataVisual
Getting Started
For coding examples and how to get started, please visit the [examples section](https://datavisual.readthedocs.io/en/master/gallery/index.html) of our documentation.
Local Testing
To contribute or test locally, clone the GitHub repository and install the required dependencies:
git clone https://github.com/MartinPdeS/DataVisual.git
cd DataVisual
pip install -r requirements/requirements.txt
coverage run --source=DataVisual --module pytest --verbose tests
coverage report --show-missing
Contact Information
DataVisual is actively being developed by Martin Poinsinet de Sivry-Houle. If you're interested in collaborating or have questions, feel free to reach out:
- [GitHub](https://github.com/MartinPdS)
- [Email](mailto:martin.poinsinet-de-sivry@polymtl.ca?subject=DataVisual)
DataVisual aims to continuously improve and welcomes contributions from the community.