All Projects → holoviz → Hvplot

holoviz / Hvplot

Licence: bsd-3-clause
A high-level plotting API for pandas, dask, xarray, and networkx built on HoloViews

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Hvplot

geneview
Genomics data visualization in Python by using matplotlib.
Stars: ✭ 38 (-89.67%)
Mutual labels:  plotting
Matplotlib Venn
Area-weighted venn-diagrams for Python/matplotlib
Stars: ✭ 260 (-29.35%)
Mutual labels:  plotting
Corner.py
Make some beautiful corner plots
Stars: ✭ 327 (-11.14%)
Mutual labels:  plotting
cplot
🌈 Plot complex functions
Stars: ✭ 75 (-79.62%)
Mutual labels:  plotting
textplots-rs
Terminal plotting library for Rust
Stars: ✭ 118 (-67.93%)
Mutual labels:  plotting
Brokenaxes
Create matplotlib plots with broken axes
Stars: ✭ 266 (-27.72%)
Mutual labels:  plotting
napari-clusters-plotter
A plugin to use with napari for clustering objects according to their properties.
Stars: ✭ 18 (-95.11%)
Mutual labels:  plotting
Glot
Glot is a plotting library for Golang built on top of gnuplot.
Stars: ✭ 349 (-5.16%)
Mutual labels:  plotting
pyrealtime
Realtime data processing and plotting pipelines in Python
Stars: ✭ 62 (-83.15%)
Mutual labels:  plotting
Joypy
Joyplots in Python with matplotlib & pandas 📈
Stars: ✭ 322 (-12.5%)
Mutual labels:  plotting
pyjuque
⚡ Open Source Algorithmic Trading Bot for Python.
Stars: ✭ 318 (-13.59%)
Mutual labels:  plotting
microfilm
Creating figures and animations for multi-channel images with a focus on microscopy.
Stars: ✭ 22 (-94.02%)
Mutual labels:  plotting
Chartify
Python library that makes it easy for data scientists to create charts.
Stars: ✭ 3,054 (+729.89%)
Mutual labels:  plotting
spacegrids
Analyze spatial Netcdf data: "Numpy on grids" (Python module)
Stars: ✭ 14 (-96.2%)
Mutual labels:  plotting
Geoviews
Simple, concise geographical visualization in Python
Stars: ✭ 338 (-8.15%)
Mutual labels:  plotting
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (-75.27%)
Mutual labels:  plotting
Micromathematics
microMathematics Plus - Extended visual calculator
Stars: ✭ 263 (-28.53%)
Mutual labels:  plotting
Animatplot
A python package for animating plots build on matplotlib.
Stars: ✭ 359 (-2.45%)
Mutual labels:  plotting
Pyplot.jl
Plotting for Julia based on matplotlib.pyplot
Stars: ✭ 347 (-5.71%)
Mutual labels:  plotting
Termplotlib
Plotting on the command line
Stars: ✭ 294 (-20.11%)
Mutual labels:  plotting

hvPlot

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

Build Status Build Status
Coverage Coverage Status
Latest dev release Github tag
Latest release Github release PyPI version hvplot version conda-forge version defaults version
Docs gh-pages site

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 Getting Started Guide and check out the current functionality in the User Guide.

Installation

hvPlot supports Python 2.7, 3.5, 3.6 and 3.7 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].