Logo

Getting Started

  • Installation
  • Why ProPlot?
  • Using ProPlot

User Guide

  • The basics
  • Subplots
  • Cartesian plots
  • Geographic and polar plots
  • Colorbars and legends
  • Insets and panels
  • Plotting 1D data
  • Plotting 2D data
  • Colormaps
  • Color cycles
  • Color names
  • Font selection
  • Configuring ProPlot

Reference

  • API reference
  • External links
    • Python packages
    • Downloadable colormaps
    • Tools for making new colormaps
    • Tools for making new color cycles
  • What’s new?
  • How to contribute?
  • About the authors
ProPlot
  • Docs »
  • External links
  • Edit on GitHub

External links¶

This page contain links to related projects and projects that inspired ProPlot or are directly used by ProPlot.

Python packages¶

  • matplotlib - The venerable plotting workhorse we all know and love.

  • xarray - Package for working with annotated ND numpy arrays. If you haven’t heard of it and you work with NetCDF files, it will change your life.

  • pandas - Package that turns spreadsheets and tables into annotated 2D numpy arrays. Invaluable for certain types of data.

  • seaborn - A statistical data visualization package. Seaborn is based on matplotlib, but its interface is mostly separate from matplotlib. It is not generally suitable for geophysical data.

  • cartopy - A package for plotting geographic and geophysical data in matplotlib. Includes a suite of different map projections.

  • basemap - The original cartographic plotting package. Basemap is less closely integrated with matplotlib than cartopy but still quite popular. As of 2020 it is no longer actively maintained.

Downloadable colormaps¶

The following colormap repositories are imported and registered by ProPlot.

  • Color Brewer - The O.G. perceptually uniform colormap distribution. These are included with matplotlib by default.

  • cmocean - Perceptually uniform colormaps designed for oceanography, but suitable for plenty of other applications.

  • SciVisColor - Science-focused colormaps created by the viz team at UT Austin. Provides tools for concatenating colormaps, suitable for complex datasets with funky distributions.

  • Fabio Crameri - Perceptually uniform colormaps for geoscientists. These maps have unusual and interesting color transitions.

Tools for making new colormaps¶

Use these resources to make colormaps from scratch. Then import them into ProPlot by adding files to the .proplot/cmaps folder.

  • ProPlot colormap API

  • HCL Picker

  • Chroma.js

  • HCL Wizard

  • SciVisColor

Tools for making new color cycles¶

Use these resources to make color cycles from scratch. Then import them into ProPlot by adding files to the .proplot/cycles folder.

  • ProPlot color cycle API

  • Color Cycle Picker

  • i want hue

  • Coolors

  • Color Hunt

  • Color Drop

  • Adobe Color

Next Previous

© Copyright 2021, Luke L. B. Davis Revision dc9a9e01.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.7.0
Versions
latest
stable
v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.1
v0.3.0
v0.2.7
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.