Metadata-Version: 2.1
Name: baycomp-plotting
Version: 0.4
Summary: This package provides some extra functionality for plotting baycomp's posteriors.
Home-page: https://github.com/mjuez/baycomp_plotting
Author: Mario Juez-Gil
Author-email: mariojg@ubu.es
License: GPLv3
Download-URL: https://github.com/mjuez/baycomp_plotting/archive/v0_4a.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (==3.3.2)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: iteround (==1.0.2)
Requires-Dist: scipy (==1.5.3)

# Baycomp Plotting

The **baycomp_plotting** is a python package for building good-looking plots of 
bayesian posteriors obtained with [baycomp](https://github.com/janezd/baycomp).

This package could be useful for scientific purposes, specially in the area of 
Machine Learning.

## Author

- Mario Juez-Gil <mariojg@ubu.es> Department of Computer Science - Universidad 
de Burgos - [ADMIRABLE Research Group](https://admirable-ubu.es)

## Installation

This package can be installed using PIP.

```bash
pip install baycomp_plotting
```

## Basic Usage

to-do

## Contribute

Feel free to submit any pull requests 😊

## Acknowlegments

This work was supported by the pre-doctoral grant (EDU/1100/2017) of the 
Consejería de Educación of the Junta de Castilla y León, Spain, and the 
European Social Fund.

## License

This work is licensed under [GNU GPL v3](LICENSE).

## Citation policy

to-do


