Metadata-Version: 2.1
Name: altair-recipes
Version: 0.1.2
Summary: A collection of ready-made statistical graphics for vega
Home-page: https://github.com/piccolbo/altair_recipes
Author: Antonio Piccolboni
Author-email: antonio@piccolboni.info
License: BSD license
Keywords: altair_recipes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

==========
altair_recipes
==========


.. image:: https://img.shields.io/pypi/v/altair_recipes.svg
        :target: https://pypi.python.org/pypi/altair_recipes

.. image:: https://img.shields.io/travis/piccolbo/altair_recipes.svg
        :target: https://travis-ci.org/piccolbo/altair_recipes

.. image:: https://readthedocs.org/projects/altair_recipes/badge/?version=latest
        :target: https://altair_recipes.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/piccolbo/altair_recipes/shield.svg
     :target: https://pyup.io/repos/github/piccolbo/altair_recipes/
     :alt: Updates



A collection of ready-made statistical graphics for vega.


* Free software: BSD license
* Documentation: https://altair_recipes.readthedocs.io.


Features
--------

* autocorrelation plot
* boxplot
* histogram, in a simple and multi-variable version
* qqplot
* scatter, in the simple and all-vs-all versions
* smoother, smoothing line with IRQ range shading


Credits
-------

This package was created with Cookiecutter_ and the `elgertam/cookiecutter-pipenv`_ project template, based on `audreyr/cookiecutter-pypackage`_.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`elgertam/cookiecutter-pipenv`: https://github.com/elgertam/cookiecutter-pipenv
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.2 (2018-08-14)
-----------------

* Fixed a number of loose ends particularly wrt docs


0.1.0 (2018-08-06)
------------------

* First release on PyPI.


