Skip to main content

A high-level plotting API for the PyData ecosystem built on HoloViews.

Project description

hvPlot


A high-level plotting API for the PyData ecosystem built on HoloViews.

Build Status Build Status
Coverage codecov
Latest dev release Github tag dev-site
Latest release Github release PyPI version hvplot version conda-forge version defaults version
Python Python support
Docs gh-pages site
Binder Binder
Support Discourse

What is it?

The PyData ecosystem has a number of core Python data containers that allow users to work with a wide array of datatypes, including:

  • Pandas: DataFrame, Series (columnar/tabular data)
  • XArray: Dataset, DataArray (multidimensional arrays)
  • Dask: DataFrame, Series, Array (distributed/out of core arrays and columnar data)
  • Streamz: DataFrame(s), Series(s) (streaming columnar data)
  • Intake: DataSource (data catalogues)
  • GeoPandas: GeoDataFrame (geometry data)
  • NetworkX: Graph (network graphs)

Several of these libraries have the concept of a high-level plotting API that lets a user generate common plot types very easily. The native plotting APIs are generally built on Matplotlib, which provides a solid foundation, but means that users miss out the benefits of modern, interactive plotting libraries for the web like Bokeh and HoloViews.

hvPlot provides a high-level plotting API built on HoloViews that provides a general and consistent API for plotting data in all the abovementioned formats. hvPlot can integrate neatly with the individual libraries if an extension mechanism for the native plot APIs is offered, or it can be used as a standalone component.

To start using hvplot have a look at the installation instructions and check out the current functionality in the User Guide.

Installation

hvPlot supports Python 3.6, 3.7, 3.8, 3.9 and 3.10 on Linux, Windows, or Mac and can be installed with conda:

conda install -c pyviz hvplot

or with pip:

pip install hvplot

In the classic Jupyter notebook environment and JupyterLab objects returned by hvPlot will then render themselves if they are the last item in a notebook cell. For versions of jupyterlab>=3.0 the necessary extension is automatically bundled in the pyviz_comms package, which must be >=2.0. However note that for version of jupyterlab<3.0 you must also manually install the JupyterLab extension with:

jupyter labextension install @pyviz/jupyterlab_pyviz

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

hvplot-0.8.0rc1.tar.gz (6.1 MB view details)

Uploaded Source

Built Distribution

hvplot-0.8.0rc1-py2.py3-none-any.whl (3.1 MB view details)

Uploaded Python 2 Python 3

File details

Details for the file hvplot-0.8.0rc1.tar.gz.

File metadata

  • Download URL: hvplot-0.8.0rc1.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.13

File hashes

Hashes for hvplot-0.8.0rc1.tar.gz
Algorithm Hash digest
SHA256 97c9eb3c9420392ab89cc7bdb1e9a96abc75f636f3cb58155493126f68054bf2
MD5 93ccb7f9b65e3b70a10ff17dda74bb0d
BLAKE2b-256 d1ce0070594ff41db398201f3004a34b6d6e398611aff9d9973afe22ab9b3f68

See more details on using hashes here.

Provenance

File details

Details for the file hvplot-0.8.0rc1-py2.py3-none-any.whl.

File metadata

  • Download URL: hvplot-0.8.0rc1-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.11.3 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.7.13

File hashes

Hashes for hvplot-0.8.0rc1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 89eabd7c1cdbb3cc2fb9f8e29dd31fb881c99e933d9a252facb2454743334e18
MD5 19cb233fbcba7b7a48df5e67b8984fd6
BLAKE2b-256 41bf003bf097c64f22b23dae0f0508826efdf3b991bc74c6aaf49f1c548ed6f2

See more details on using hashes here.

Provenance

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