Data Analysis

HoloViews – Make Data Analysis and Visualization Seamless

HoloViews is an open-source Python library designed to make data analysis and visualization seamless and simple. With HoloViews, you can usually express what you want to do in very few lines of code, letting you focus on what you are trying to explore and convey, not on the process of plotting.

HoloViews focuses on bundling your data together with the appropriate metadata to support both analysis and visualization, making your raw data and its visualization equally accessible at all times.

HoloViews depends on NumPy and Python 2.7 or 3. It optionally uses the matplotlib, Bokeh, and Plotly backends.

Key Features

  • Build data structures that both contain and visualize your data.
  • Includes a rich library of composable elements that can be overlaid, nested and positioned easily.
  • Supports rapid data exploration that naturally develops into a fully reproducible workflow.
  • Create interactive visualizations that can be controlled via widgets or via custom events in Python using the ‘streams’ system. When using the Bokeh backend, you can use streams to directly interact with your plots.
  • Rich semantics for indexing and slicing of data in arbitrarily high-dimensional spaces.
  • Plotting output using the Matplotlib, Bokeh, and plotly backends.
  • A variety of data interfaces to work with tabular and N-dimensional array data using NumPy, pandas, dask, iris, and xarray.
  • Every parameter of every object includes easy-to-access documentation.
  • Relies heavily on semantic annotations, i.e., metadata you declare that lets HoloViews interpret what your data represents. With these annotations, HoloViews can perform complex tasks like visualization automatically.
  • Three types of annotation can be associated with each element:
    • Type – used to declare the sort of data you have, which is required before it can be visualized.
    • Dimensions – specify the abstract space in which the data resides, allowing axis labeling and indexing.
    • Group/Label – declare a meaningful category and human-readable description of the element, allowing plot labeling and selecting related sets of elements.
  • Visual options and styling.
  • Jupyter Notebook support:
    • Support for all recent releases of IPython and Jupyter Notebooks.
    • Automatic tab-completion everywhere.
    • Exportable sliders and scrubber widgets.
    • Custom interactivity using streams and notebook comms to dynamically updating plots.
    • Automatic display of animated formats in the notebook or for export, including gif, webm, and mp4.
    • Useful IPython magics for configuring global display options and for customizing objects.
    • Automatic archival and export of notebooks, including extracting figures as SVG, generating a static HTML copy of your results for reference, and storing your optional metadata like version control information.
  • All features available in vanilla Python 2 or 3, with few dependencies.

Website: holoviews.org
Support: User Guide, GitHub Code Repository
Developer: Anaconda
License: BSD 3-Clause “New” or “Revised” License

HoloViews

HoloViews is written in Python. Learn Python with our recommended free books and free tutorials.


Related Software

Python Data Analysis
pandasHigh-level building block for doing practical, real world data analysis
NumPyCore package for scientific computing with Python
SciPyEcosystem for mathematics, science, and engineering
PolarsDataFrame interface on top of an OLAP Query Engine
statsmodelsStatistical modeling and econometrics in Python
DaskAdvanced parallelism for analytics
OrangeComponent-based framework for machine learning and data mining
ModinDrop-in replacement for pandas
VaexFast visualization of big data
AWS DWExtends the power of pandas library
ytMulti-code Toolkit for Analyzing and Visualizing Volumetric Data
HoloViewsMake Data Analysis and Visualization Seamless
datatableManipulate 2-dimensional tabular data structures
xarrayWork with labelled multi-dimensional arrays and datasets
pyjanitorExtend pandas with readable data-cleaning functions
OptimusAgile Data Preparation Workflows

Read our verdict in the software roundup.

Python Visualization Packages
matplotlibPython 2D plotting library which produces publication quality figures
DiagramsDraw the cloud system architecture in Python code
BokehElegant, concise construction of versatile graphics
DashPython framework for building analytical web applications
seabornPython visualization library based on matplotlib
PlotlyInteractive, browser-based graphing library for Python
VisPyVisualize massive datasets in real time
Vega-AltairDeclarative Visualization in Python
plotnineGrammar of graphics for Python
PyQtGraphPython graphics and GUI library built on PyQt4 / PySide and numpy
bqplotInteractive Plotting Framework for the Jupyter Notebook
VaexFast visualization of big data
PyVista3D plotting and mesh analysis
foliumVisualize data in a Leaflet map
HoloViewsMake Data Analysis and Visualization Seamless
DatashaderGenerates aggregate arrays and representations of them as images
ytMulti-code Toolkit for Analyzing and Visualizing Volumetric Data
GlumpyIntuitive interface between NumPy and modern OpenGL
GeoViewsExplore and visualize geographical, meteorological, and oceanographic datasets
PygalDynamic SVG charting library
GlueMulti-dimensional linked-data exploration

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted