A package multidimensional data visualisation.


License
MIT
Install
pip install DataVisual==1.4.0

Documentation

Logo

DataVisual

python unittest docs PyPi PyPi_download

Personal high-dimensional package

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:

DataVisual aims to continuously improve and welcomes contributions from the community.