About Anaconda Help Download Anaconda

creditx / packages / altair 2.0.0rc1

Altair: A declarative statistical visualization library for Python.

Installers

  • linux-64 v2.0.0rc1

conda install

To install this package run one of the following:
conda install creditx::altair

Description

Altair: A declarative statistical visualization library for Python.

http://altair-viz.github.io/

This package provides a Python API for building statistical visualizations in a declarative manner. This API contains no actual visualization rendering code, but instead emits JSON data structures following the Vega-Lite_ specification. For convenience, Altair can optionally use ipyvega_ to seamlessly display client-side renderings in the Jupyter notebook.

.. image:: https://raw.githubusercontent.com/altair-viz/altair/master/images/cars.png

Please note that if you wish to use altair in the Jupyter Notebook, the ipyvega_ notebook extension must be enabled as follows::

$ pip install altair
$ pip install --upgrade notebook
$ jupyter nbextension install --sys-prefix --py vega

See the Altair Documentation_ for tutorials, detailed installation instructions, and examples. See the Altair Github Repository_ for issues, bug reports, and contributions.

.. _Altair Github Repository: http://github.com/altair-viz/altair/ .. _Altair Documentation: http://altair-viz.github.io/ .. _Vega-Lite: https://github.com/vega/vega-lite .. _ipyvega: https://github.com/vega/ipyvega


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.5) Legal | Privacy Policy