Skip to main content

A simple python module to visualize barycentric data.

Project description

BarViz

A simple python module to visualize barycentric data.

1/ About

barviz is a minimalist python module, built on top of plotly, allowing to display data in a barycentric space.

1/ Installation

To install barviz :

pip install --upgrade barviz

Ideally, barviz is designed to be used from a Jupyter lab notebook.
To create a complete virtual environment :

python -m venv barviz-env
source barviz-env/bin/activate
pip install --upgrade barviz jupyterlab
jupyter lab

2/ Using it

For the impatients :

from barviz import Simplex

my_simplex = Simplex.build(5)
my_simlex.plot()

3/ Documentation

User manual is available in html format and as a Jupyter lab notebook.

Reference API : In progres... - Hum, it will be necessary to wait a little more ;-)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barviz-1.2.2.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

barviz-1.2.2-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page