All Projects → holoviz → Colorcet

holoviz / Colorcet

Licence: other
A set of useful perceptually uniform colormaps for plotting scientific data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Colorcet

Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (-52.51%)
Mutual labels:  matplotlib, plotly
Chartpy
Easy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more
Stars: ✭ 426 (-2.74%)
Mutual labels:  matplotlib, plotly
Pandoc Plot
Render and include figures in Pandoc documents using your plotting toolkit of choice
Stars: ✭ 75 (-82.88%)
Mutual labels:  matplotlib, plotly
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+1718.04%)
Mutual labels:  matplotlib, plotly
datatile
A library for managing, validating, summarizing, and visualizing data.
Stars: ✭ 419 (-4.34%)
Mutual labels:  plotly, matplotlib
gaitutils
Extract and visualize gait data
Stars: ✭ 28 (-93.61%)
Mutual labels:  plotly, matplotlib
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-49.77%)
Mutual labels:  matplotlib, plotly
nodeplotlib
NodeJS plotting library for JavaScript and TypeScript. On top of plotly.js. Inspired by matplotlib.
Stars: ✭ 115 (-73.74%)
Mutual labels:  plotly, matplotlib
traceml
Engine for ML/Data tracking, visualization, dashboards, and model UI for Polyaxon.
Stars: ✭ 445 (+1.6%)
Mutual labels:  plotly, matplotlib
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-94.98%)
Mutual labels:  plotly, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (-82.19%)
Mutual labels:  plotly, matplotlib
Lantern
Data exploration glue
Stars: ✭ 292 (-33.33%)
Mutual labels:  matplotlib, plotly
Thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
Stars: ✭ 345 (-21.23%)
Mutual labels:  matplotlib
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (-11.19%)
Mutual labels:  plotly
Deep Learning Wizard
Open source guides/codes for mastering deep learning to deploying deep learning in production in PyTorch, Python, C++ and more.
Stars: ✭ 343 (-21.69%)
Mutual labels:  plotly
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (-22.83%)
Mutual labels:  plotly
Mpl Scatter Density
⚡️ Fast scatter density plots for Matplotlib ⚡️
Stars: ✭ 413 (-5.71%)
Mutual labels:  matplotlib
Explainerdashboard
Quickly build Explainable AI dashboards that show the inner workings of so-called "blackbox" machine learning models.
Stars: ✭ 378 (-13.7%)
Mutual labels:  plotly
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (-23.06%)
Mutual labels:  plotly
Speck
line art image renderer
Stars: ✭ 331 (-24.43%)
Mutual labels:  matplotlib



Colorcet: Collection of perceptually uniform colormaps

Build Status Linux/MacOS Build Status Windows Build status
Latest dev release Github tag dev-site
Latest release Github release PyPI version colorcet version conda-forge version defaults version
Docs gh-pages site

What is it?

Colorcet is a collection of perceptually uniform colormaps for use with Python plotting programs like bokeh, matplotlib, holoviews, and datashader based on the set of perceptually uniform colormaps created by Peter Kovesi at the Center for Exploration Targeting.

Installation

Colorcet supports Python 2.7, 3.5, 3.6 and 3.7 on Linux, Windows, or Mac and can be installed with conda:

    conda install colorcet

or with pip:

    pip install colorcet

Once installed you can copy the examples into the current directory using the colorcet command and run them using the Jupyter notebook:

colorcet examples
cd colorcet-examples
jupyter notebook

(Here colorcet examples is a shorthand for colorcet copy-examples --path colorcet-examples && colorcet fetch-data --path colorcet-examples.)

To work with JupyterLab you will also need the PyViz JupyterLab extension:

conda install -c conda-forge jupyterlab
jupyter labextension install @pyviz/jupyterlab_pyviz

Once you have installed JupyterLab and the extension launch it with:

jupyter-lab

If you want to try out the latest features between releases, you can get the latest dev release by specifying -c pyviz/label/dev in place of -c pyviz.

For more information take a look at Getting Started.

Learning more

You can see all the details about the methods used to create these colormaps in Peter Kovesi's 2015 arXiv paper. Other useful background is available in a 1996 paper from IBM.

The Matplotlib project also has a number of relevant resources, including an excellent 2015 SciPy talk, the viscm tool for creating maps like the four in mpl, the cmocean site collecting a set of maps created by viscm, and the discussion of how the mpl maps were created.

Samples

All the Colorcet colormaps that have short, memorable names (which are probably the most useful ones) are visible here:

But the complete set of 50+ is shown in the User Guide.

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].