Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/holoviz/holoviz

High-level tools to simplify visualization in Python.
https://github.com/holoviz/holoviz

colorcet datashader geoviews holoviews holoviz hvplot panel

Last synced: 3 months ago
JSON representation

High-level tools to simplify visualization in Python.

Lists

README

        


-----------------

# HoloViz: High-level tools to simplify visualization in Python

| | |
| --- | --- |
| Test suite status | [![Status](https://github.com/holoviz/holoviz/workflows/tests/badge.svg?query=branch%3Amain)](https://github.com/holoviz/holoviz/actions/workflows/test.yaml?query=branch%3Amain)
| Site/Content version | [![Github tag](https://img.shields.io/github/tag/holoviz/holoviz.svg?label=tag&colorB=11ccbb)](https://github.com/holoviz/holoviz/tags) |
| Docs | [![gh-pages](https://img.shields.io/github/last-commit/holoviz/holoviz/gh-pages.svg)](https://github.com/holoviz/holoviz/tree/gh-pages) [![site](https://img.shields.io/website-up-down-green-red/http/holoviz.org.svg)](http://holoviz.org) [![dev-site](https://img.shields.io/website-up-down-green-red/https/holoviz-dev.github.io/holoviz.svg?label=dev%20website)](https://holoviz-dev.github.io/holoviz/) |
| Status Dashboard | [![](https://img.shields.io/website-up-down-green-red/http/status.holoviz.org.svg?label=status-dashboard)](http://status.holoviz.org/) |
| Binder | [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/holoviz/holoviz/HEAD?labpath=examples%2Ftutorial%2F00_Setup.ipynb) |
| Code of Conduct | [![Based on Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)|
| Fiscal Sponsor |[![Powered by NumFOCUS]( https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )](http://numfocus.org)|

## What is HoloViz?

HoloViz provides high-level Python tools that are designed to work together to solve the entire problem of visualization, from conducting exploratory data analysis to deploying complex dashboards.

The core HoloViz projects are:

- [Panel](https://panel.holoviz.org): Create interactive dashboards in Jupyter notebooks or standalone apps
- [hvPlot](https://hvplot.holoviz.org): Quickly and interactively explore data with a familiar API
- [HoloViews](https://holoviews.org): Visualize while you analyze by declaring data properties
- [GeoViews](http://geoviews.org): Extend HoloViews for geographic data
- [Datashader](https://datashader.org): Render big data images in a browser
- [Lumen](https://lumen.holoviz.org/): Construct no-code dashboards from simple YAML specifications
- [Colorcet](https://colorcet.holoviz.org/): Plot with perceptually based colormaps
- [Param](https://param.holoviz.org): Declaratively code in Python



Panel Logo



hvPlot Logo



HoloViews Logo





GeoViews Logo




Datashader Logo



Lumen Logo



Colorcet Logo



Param Logo

All HoloViz projects are freely available for commercial or
non-commercial use according to a permissive open-source license as
described in each project's website.

[//]: # (numfocus-fiscal-sponsor-attribution)

HoloViz uses a [custom open governance model](./GOVERNANCE.md) and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making a [tax-deductible donation](https://numfocus.org/donate-to-holoviz) to help the project pay for developer time, professional services, travel, workshops, and a variety of other needs.

NumFOCUS donation details

NumFOCUS is a 501(c)(3) non-profit charity in the United States; as such, donations to
NumFOCUS are tax-deductible as allowed by law. As with any donation, you should
consult with your personal tax adviser or the IRS about your particular tax situation.







## What is the purpose of this specific repository?

This repository provides an entry point for the HoloViz ecosystem.
The best way to experience this repository is on
[HoloViz.org](https://holoviz.org).

This website provides:
1. Introduction to the HoloViz organization and its projects
2. Guidance for which HoloViz tools to start with given different use cases
3. Demonstrations of using multiple HoloViz tools in a single workflow
4. Communication channels and FAQ for HoloViz community members
5. Governance, roadmap, and contributing guide for HoloViz developers

## Getting Started

We recommend starting with
[holoviz.org/tutorial](https://holoviz.org/tutorial/index.html).
If you already have a problem to solve that involves a
particular data type, check out
[holoviz.org/background](https://holoviz.org/background.html)
for guidance on which HoloViz tools to focus on.