From d553fbf21c8cd52f1f1205820045359d6ea9e429 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 May 2024 18:16:46 +0000 Subject: [PATCH] Update README and images --- README.md | 1076 +++++++++++++++++++++++++++-------------------------- 1 file changed, 539 insertions(+), 537 deletions(-) diff --git a/README.md b/README.md index 82748a0..8551e50 100644 --- a/README.md +++ b/README.md @@ -12,111 +12,121 @@ slide: false ignorePublish: false --- +https://github.com/sammrai/qiita_cmap + # cmaps -## magma +## Accent ```python -sns.heatmap(df, cmap='magma') +sns.heatmap(df, cmap='Accent') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/magma.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Accent.png) -## inferno +## Accent_r ```python -sns.heatmap(df, cmap='inferno') +sns.heatmap(df, cmap='Accent_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/inferno.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Accent_r.png) -## plasma +## Blues ```python -sns.heatmap(df, cmap='plasma') +sns.heatmap(df, cmap='Blues') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/plasma.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Blues.png) -## viridis +## Blues_r ```python -sns.heatmap(df, cmap='viridis') +sns.heatmap(df, cmap='Blues_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/viridis.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Blues_r.png) -## cividis +## BrBG ```python -sns.heatmap(df, cmap='cividis') +sns.heatmap(df, cmap='BrBG') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cividis.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BrBG.png) -## twilight +## BrBG_r ```python -sns.heatmap(df, cmap='twilight') +sns.heatmap(df, cmap='BrBG_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BrBG_r.png) -## twilight_shifted +## BuGn ```python -sns.heatmap(df, cmap='twilight_shifted') +sns.heatmap(df, cmap='BuGn') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_shifted.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuGn.png) -## turbo +## BuGn_r ```python -sns.heatmap(df, cmap='turbo') +sns.heatmap(df, cmap='BuGn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/turbo.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuGn_r.png) -## Blues +## BuPu ```python -sns.heatmap(df, cmap='Blues') +sns.heatmap(df, cmap='BuPu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Blues.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuPu.png) -## BrBG +## BuPu_r ```python -sns.heatmap(df, cmap='BrBG') +sns.heatmap(df, cmap='BuPu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BrBG.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuPu_r.png) -## BuGn +## CMRmap ```python -sns.heatmap(df, cmap='BuGn') +sns.heatmap(df, cmap='CMRmap') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuGn.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/CMRmap.png) -## BuPu +## CMRmap_r ```python -sns.heatmap(df, cmap='BuPu') +sns.heatmap(df, cmap='CMRmap_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuPu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/CMRmap_r.png) -## CMRmap +## Dark2 ```python -sns.heatmap(df, cmap='CMRmap') +sns.heatmap(df, cmap='Dark2') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/CMRmap.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Dark2.png) + +## Dark2_r + +```python +sns.heatmap(df, cmap='Dark2_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Dark2_r.png) ## GnBu @@ -126,6 +136,14 @@ sns.heatmap(df, cmap='GnBu') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/GnBu.png) +## GnBu_r + +```python +sns.heatmap(df, cmap='GnBu_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/GnBu_r.png) + ## Greens ```python @@ -134,6 +152,14 @@ sns.heatmap(df, cmap='Greens') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greens.png) +## Greens_r + +```python +sns.heatmap(df, cmap='Greens_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greens_r.png) + ## Greys ```python @@ -142,6 +168,14 @@ sns.heatmap(df, cmap='Greys') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greys.png) +## Greys_r + +```python +sns.heatmap(df, cmap='Greys_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greys_r.png) + ## OrRd ```python @@ -150,6 +184,14 @@ sns.heatmap(df, cmap='OrRd') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/OrRd.png) +## OrRd_r + +```python +sns.heatmap(df, cmap='OrRd_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/OrRd_r.png) + ## Oranges ```python @@ -158,6 +200,14 @@ sns.heatmap(df, cmap='Oranges') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Oranges.png) +## Oranges_r + +```python +sns.heatmap(df, cmap='Oranges_r') +``` + +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Oranges_r.png) + ## PRGn ```python @@ -166,1045 +216,1013 @@ sns.heatmap(df, cmap='PRGn') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PRGn.png) -## PiYG +## PRGn_r ```python -sns.heatmap(df, cmap='PiYG') +sns.heatmap(df, cmap='PRGn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PiYG.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PRGn_r.png) -## PuBu +## Paired ```python -sns.heatmap(df, cmap='PuBu') +sns.heatmap(df, cmap='Paired') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Paired.png) -## PuBuGn +## Paired_r ```python -sns.heatmap(df, cmap='PuBuGn') +sns.heatmap(df, cmap='Paired_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBuGn.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Paired_r.png) -## PuOr +## Pastel1 ```python -sns.heatmap(df, cmap='PuOr') +sns.heatmap(df, cmap='Pastel1') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuOr.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel1.png) -## PuRd +## Pastel1_r ```python -sns.heatmap(df, cmap='PuRd') +sns.heatmap(df, cmap='Pastel1_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuRd.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel1_r.png) -## Purples +## Pastel2 ```python -sns.heatmap(df, cmap='Purples') +sns.heatmap(df, cmap='Pastel2') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Purples.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel2.png) -## RdBu +## Pastel2_r ```python -sns.heatmap(df, cmap='RdBu') +sns.heatmap(df, cmap='Pastel2_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdBu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel2_r.png) -## RdGy +## PiYG ```python -sns.heatmap(df, cmap='RdGy') +sns.heatmap(df, cmap='PiYG') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdGy.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PiYG.png) -## RdPu +## PiYG_r ```python -sns.heatmap(df, cmap='RdPu') +sns.heatmap(df, cmap='PiYG_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdPu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PiYG_r.png) -## RdYlBu +## PuBu ```python -sns.heatmap(df, cmap='RdYlBu') +sns.heatmap(df, cmap='PuBu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlBu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBu.png) -## RdYlGn +## PuBuGn ```python -sns.heatmap(df, cmap='RdYlGn') +sns.heatmap(df, cmap='PuBuGn') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlGn.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBuGn.png) -## Reds +## PuBuGn_r ```python -sns.heatmap(df, cmap='Reds') +sns.heatmap(df, cmap='PuBuGn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Reds.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBuGn_r.png) -## Spectral +## PuBu_r ```python -sns.heatmap(df, cmap='Spectral') +sns.heatmap(df, cmap='PuBu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Spectral.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBu_r.png) -## Wistia +## PuOr ```python -sns.heatmap(df, cmap='Wistia') +sns.heatmap(df, cmap='PuOr') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Wistia.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuOr.png) -## YlGn +## PuOr_r ```python -sns.heatmap(df, cmap='YlGn') +sns.heatmap(df, cmap='PuOr_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGn.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuOr_r.png) -## YlGnBu +## PuRd ```python -sns.heatmap(df, cmap='YlGnBu') +sns.heatmap(df, cmap='PuRd') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGnBu.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuRd.png) -## YlOrBr +## PuRd_r ```python -sns.heatmap(df, cmap='YlOrBr') +sns.heatmap(df, cmap='PuRd_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrBr.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuRd_r.png) -## YlOrRd +## Purples ```python -sns.heatmap(df, cmap='YlOrRd') +sns.heatmap(df, cmap='Purples') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrRd.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Purples.png) -## afmhot +## Purples_r ```python -sns.heatmap(df, cmap='afmhot') +sns.heatmap(df, cmap='Purples_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/afmhot.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Purples_r.png) -## autumn +## RdBu ```python -sns.heatmap(df, cmap='autumn') +sns.heatmap(df, cmap='RdBu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/autumn.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdBu.png) -## binary +## RdBu_r ```python -sns.heatmap(df, cmap='binary') +sns.heatmap(df, cmap='RdBu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/binary.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdBu_r.png) -## bone +## RdGy ```python -sns.heatmap(df, cmap='bone') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bone.png) - -## brg - -```python -sns.heatmap(df, cmap='brg') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/brg.png) - -## bwr - -```python -sns.heatmap(df, cmap='bwr') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bwr.png) - -## cool - -```python -sns.heatmap(df, cmap='cool') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cool.png) - -## coolwarm - -```python -sns.heatmap(df, cmap='coolwarm') +sns.heatmap(df, cmap='RdGy') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/coolwarm.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdGy.png) -## copper +## RdGy_r ```python -sns.heatmap(df, cmap='copper') +sns.heatmap(df, cmap='RdGy_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/copper.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdGy_r.png) -## cubehelix +## RdPu ```python -sns.heatmap(df, cmap='cubehelix') +sns.heatmap(df, cmap='RdPu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cubehelix.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdPu.png) -## flag +## RdPu_r ```python -sns.heatmap(df, cmap='flag') +sns.heatmap(df, cmap='RdPu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flag.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdPu_r.png) -## gist_earth +## RdYlBu ```python -sns.heatmap(df, cmap='gist_earth') +sns.heatmap(df, cmap='RdYlBu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_earth.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlBu.png) -## gist_gray +## RdYlBu_r ```python -sns.heatmap(df, cmap='gist_gray') +sns.heatmap(df, cmap='RdYlBu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_gray.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlBu_r.png) -## gist_heat +## RdYlGn ```python -sns.heatmap(df, cmap='gist_heat') +sns.heatmap(df, cmap='RdYlGn') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_heat.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlGn.png) -## gist_ncar +## RdYlGn_r ```python -sns.heatmap(df, cmap='gist_ncar') +sns.heatmap(df, cmap='RdYlGn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_ncar.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlGn_r.png) -## gist_rainbow +## Reds ```python -sns.heatmap(df, cmap='gist_rainbow') +sns.heatmap(df, cmap='Reds') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_rainbow.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Reds.png) -## gist_stern +## Reds_r ```python -sns.heatmap(df, cmap='gist_stern') +sns.heatmap(df, cmap='Reds_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_stern.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Reds_r.png) -## gist_yarg +## Set1 ```python -sns.heatmap(df, cmap='gist_yarg') +sns.heatmap(df, cmap='Set1') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_yarg.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set1.png) -## gnuplot +## Set1_r ```python -sns.heatmap(df, cmap='gnuplot') +sns.heatmap(df, cmap='Set1_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set1_r.png) -## gnuplot2 +## Set2 ```python -sns.heatmap(df, cmap='gnuplot2') +sns.heatmap(df, cmap='Set2') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot2.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set2.png) -## gray +## Set2_r ```python -sns.heatmap(df, cmap='gray') +sns.heatmap(df, cmap='Set2_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gray.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set2_r.png) -## hot +## Set3 ```python -sns.heatmap(df, cmap='hot') +sns.heatmap(df, cmap='Set3') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hot.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set3.png) -## hsv +## Set3_r ```python -sns.heatmap(df, cmap='hsv') +sns.heatmap(df, cmap='Set3_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hsv.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set3_r.png) -## jet +## Spectral ```python -sns.heatmap(df, cmap='jet') +sns.heatmap(df, cmap='Spectral') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/jet.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Spectral.png) -## nipy_spectral +## Spectral_r ```python -sns.heatmap(df, cmap='nipy_spectral') +sns.heatmap(df, cmap='Spectral_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/nipy_spectral.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Spectral_r.png) -## ocean +## Wistia ```python -sns.heatmap(df, cmap='ocean') +sns.heatmap(df, cmap='Wistia') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/ocean.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Wistia.png) -## pink +## Wistia_r ```python -sns.heatmap(df, cmap='pink') +sns.heatmap(df, cmap='Wistia_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/pink.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Wistia_r.png) -## prism +## YlGn ```python -sns.heatmap(df, cmap='prism') +sns.heatmap(df, cmap='YlGn') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/prism.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGn.png) -## rainbow +## YlGnBu ```python -sns.heatmap(df, cmap='rainbow') +sns.heatmap(df, cmap='YlGnBu') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rainbow.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGnBu.png) -## seismic +## YlGnBu_r ```python -sns.heatmap(df, cmap='seismic') +sns.heatmap(df, cmap='YlGnBu_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/seismic.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGnBu_r.png) -## spring +## YlGn_r ```python -sns.heatmap(df, cmap='spring') +sns.heatmap(df, cmap='YlGn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/spring.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGn_r.png) -## summer +## YlOrBr ```python -sns.heatmap(df, cmap='summer') +sns.heatmap(df, cmap='YlOrBr') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/summer.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrBr.png) -## terrain +## YlOrBr_r ```python -sns.heatmap(df, cmap='terrain') +sns.heatmap(df, cmap='YlOrBr_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/terrain.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrBr_r.png) -## winter +## YlOrRd ```python -sns.heatmap(df, cmap='winter') +sns.heatmap(df, cmap='YlOrRd') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/winter.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrRd.png) -## Accent +## YlOrRd_r ```python -sns.heatmap(df, cmap='Accent') +sns.heatmap(df, cmap='YlOrRd_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Accent.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrRd_r.png) -## Dark2 +## afmhot ```python -sns.heatmap(df, cmap='Dark2') +sns.heatmap(df, cmap='afmhot') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Dark2.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/afmhot.png) -## Paired +## afmhot_r ```python -sns.heatmap(df, cmap='Paired') +sns.heatmap(df, cmap='afmhot_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Paired.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/afmhot_r.png) -## Pastel1 +## autumn ```python -sns.heatmap(df, cmap='Pastel1') +sns.heatmap(df, cmap='autumn') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel1.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/autumn.png) -## Pastel2 +## autumn_r ```python -sns.heatmap(df, cmap='Pastel2') +sns.heatmap(df, cmap='autumn_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel2.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/autumn_r.png) -## Set1 +## binary ```python -sns.heatmap(df, cmap='Set1') +sns.heatmap(df, cmap='binary') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set1.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/binary.png) -## Set2 +## binary_r ```python -sns.heatmap(df, cmap='Set2') +sns.heatmap(df, cmap='binary_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set2.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/binary_r.png) -## Set3 +## bone ```python -sns.heatmap(df, cmap='Set3') +sns.heatmap(df, cmap='bone') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set3.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bone.png) -## tab10 +## bone_r ```python -sns.heatmap(df, cmap='tab10') +sns.heatmap(df, cmap='bone_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab10.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bone_r.png) -## tab20 +## brg ```python -sns.heatmap(df, cmap='tab20') +sns.heatmap(df, cmap='brg') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/brg.png) -## tab20b +## brg_r ```python -sns.heatmap(df, cmap='tab20b') +sns.heatmap(df, cmap='brg_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20b.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/brg_r.png) -## tab20c +## bwr ```python -sns.heatmap(df, cmap='tab20c') +sns.heatmap(df, cmap='bwr') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20c.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bwr.png) -## magma_r +## bwr_r ```python -sns.heatmap(df, cmap='magma_r') +sns.heatmap(df, cmap='bwr_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/magma_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bwr_r.png) -## inferno_r +## cividis ```python -sns.heatmap(df, cmap='inferno_r') +sns.heatmap(df, cmap='cividis') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/inferno_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cividis.png) -## plasma_r +## cividis_r ```python -sns.heatmap(df, cmap='plasma_r') +sns.heatmap(df, cmap='cividis_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/plasma_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cividis_r.png) -## viridis_r +## cool ```python -sns.heatmap(df, cmap='viridis_r') +sns.heatmap(df, cmap='cool') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/viridis_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cool.png) -## cividis_r +## cool_r ```python -sns.heatmap(df, cmap='cividis_r') +sns.heatmap(df, cmap='cool_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cividis_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cool_r.png) -## twilight_r +## coolwarm ```python -sns.heatmap(df, cmap='twilight_r') +sns.heatmap(df, cmap='coolwarm') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/coolwarm.png) -## twilight_shifted_r +## coolwarm_r ```python -sns.heatmap(df, cmap='twilight_shifted_r') +sns.heatmap(df, cmap='coolwarm_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_shifted_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/coolwarm_r.png) -## turbo_r +## copper ```python -sns.heatmap(df, cmap='turbo_r') +sns.heatmap(df, cmap='copper') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/turbo_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/copper.png) -## Blues_r +## copper_r ```python -sns.heatmap(df, cmap='Blues_r') +sns.heatmap(df, cmap='copper_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Blues_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/copper_r.png) -## BrBG_r +## crest ```python -sns.heatmap(df, cmap='BrBG_r') +sns.heatmap(df, cmap='crest') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BrBG_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/crest.png) -## BuGn_r +## crest_r ```python -sns.heatmap(df, cmap='BuGn_r') +sns.heatmap(df, cmap='crest_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuGn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/crest_r.png) -## BuPu_r +## cubehelix ```python -sns.heatmap(df, cmap='BuPu_r') +sns.heatmap(df, cmap='cubehelix') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/BuPu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cubehelix.png) -## CMRmap_r +## cubehelix_r ```python -sns.heatmap(df, cmap='CMRmap_r') +sns.heatmap(df, cmap='cubehelix_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/CMRmap_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cubehelix_r.png) -## GnBu_r +## flag ```python -sns.heatmap(df, cmap='GnBu_r') +sns.heatmap(df, cmap='flag') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/GnBu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flag.png) -## Greens_r +## flag_r ```python -sns.heatmap(df, cmap='Greens_r') +sns.heatmap(df, cmap='flag_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greens_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flag_r.png) -## Greys_r +## flare ```python -sns.heatmap(df, cmap='Greys_r') +sns.heatmap(df, cmap='flare') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Greys_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flare.png) -## OrRd_r +## flare_r ```python -sns.heatmap(df, cmap='OrRd_r') +sns.heatmap(df, cmap='flare_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/OrRd_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flare_r.png) -## Oranges_r +## gist_earth ```python -sns.heatmap(df, cmap='Oranges_r') +sns.heatmap(df, cmap='gist_earth') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Oranges_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_earth.png) -## PRGn_r +## gist_earth_r ```python -sns.heatmap(df, cmap='PRGn_r') +sns.heatmap(df, cmap='gist_earth_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PRGn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_earth_r.png) -## PiYG_r +## gist_gray ```python -sns.heatmap(df, cmap='PiYG_r') +sns.heatmap(df, cmap='gist_gray') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PiYG_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_gray.png) -## PuBu_r +## gist_gray_r ```python -sns.heatmap(df, cmap='PuBu_r') +sns.heatmap(df, cmap='gist_gray_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_gray_r.png) -## PuBuGn_r +## gist_heat ```python -sns.heatmap(df, cmap='PuBuGn_r') +sns.heatmap(df, cmap='gist_heat') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuBuGn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_heat.png) -## PuOr_r +## gist_heat_r ```python -sns.heatmap(df, cmap='PuOr_r') +sns.heatmap(df, cmap='gist_heat_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuOr_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_heat_r.png) -## PuRd_r +## gist_ncar ```python -sns.heatmap(df, cmap='PuRd_r') +sns.heatmap(df, cmap='gist_ncar') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/PuRd_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_ncar.png) -## Purples_r +## gist_ncar_r ```python -sns.heatmap(df, cmap='Purples_r') +sns.heatmap(df, cmap='gist_ncar_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Purples_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_ncar_r.png) -## RdBu_r +## gist_rainbow ```python -sns.heatmap(df, cmap='RdBu_r') +sns.heatmap(df, cmap='gist_rainbow') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdBu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_rainbow.png) -## RdGy_r +## gist_rainbow_r ```python -sns.heatmap(df, cmap='RdGy_r') +sns.heatmap(df, cmap='gist_rainbow_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdGy_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_rainbow_r.png) -## RdPu_r +## gist_stern ```python -sns.heatmap(df, cmap='RdPu_r') +sns.heatmap(df, cmap='gist_stern') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdPu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_stern.png) -## RdYlBu_r +## gist_stern_r ```python -sns.heatmap(df, cmap='RdYlBu_r') +sns.heatmap(df, cmap='gist_stern_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlBu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_stern_r.png) -## RdYlGn_r +## gist_yarg ```python -sns.heatmap(df, cmap='RdYlGn_r') +sns.heatmap(df, cmap='gist_yarg') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/RdYlGn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_yarg.png) -## Reds_r +## gist_yarg_r ```python -sns.heatmap(df, cmap='Reds_r') +sns.heatmap(df, cmap='gist_yarg_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Reds_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_yarg_r.png) -## Spectral_r +## gnuplot ```python -sns.heatmap(df, cmap='Spectral_r') +sns.heatmap(df, cmap='gnuplot') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Spectral_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot.png) -## Wistia_r +## gnuplot2 ```python -sns.heatmap(df, cmap='Wistia_r') +sns.heatmap(df, cmap='gnuplot2') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Wistia_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot2.png) -## YlGn_r +## gnuplot2_r ```python -sns.heatmap(df, cmap='YlGn_r') +sns.heatmap(df, cmap='gnuplot2_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot2_r.png) -## YlGnBu_r +## gnuplot_r ```python -sns.heatmap(df, cmap='YlGnBu_r') +sns.heatmap(df, cmap='gnuplot_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlGnBu_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot_r.png) -## YlOrBr_r +## gray ```python -sns.heatmap(df, cmap='YlOrBr_r') +sns.heatmap(df, cmap='gray') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrBr_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gray.png) -## YlOrRd_r +## gray_r ```python -sns.heatmap(df, cmap='YlOrRd_r') +sns.heatmap(df, cmap='gray_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/YlOrRd_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gray_r.png) -## afmhot_r +## hot ```python -sns.heatmap(df, cmap='afmhot_r') +sns.heatmap(df, cmap='hot') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/afmhot_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hot.png) -## autumn_r +## hot_r ```python -sns.heatmap(df, cmap='autumn_r') +sns.heatmap(df, cmap='hot_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/autumn_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hot_r.png) -## binary_r +## hsv ```python -sns.heatmap(df, cmap='binary_r') +sns.heatmap(df, cmap='hsv') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/binary_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hsv.png) -## bone_r +## hsv_r ```python -sns.heatmap(df, cmap='bone_r') +sns.heatmap(df, cmap='hsv_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bone_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hsv_r.png) -## brg_r +## icefire ```python -sns.heatmap(df, cmap='brg_r') +sns.heatmap(df, cmap='icefire') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/brg_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/icefire.png) -## bwr_r +## icefire_r ```python -sns.heatmap(df, cmap='bwr_r') +sns.heatmap(df, cmap='icefire_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/bwr_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/icefire_r.png) -## cool_r +## inferno ```python -sns.heatmap(df, cmap='cool_r') +sns.heatmap(df, cmap='inferno') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cool_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/inferno.png) -## coolwarm_r +## inferno_r ```python -sns.heatmap(df, cmap='coolwarm_r') +sns.heatmap(df, cmap='inferno_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/coolwarm_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/inferno_r.png) -## copper_r +## jet ```python -sns.heatmap(df, cmap='copper_r') +sns.heatmap(df, cmap='jet') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/copper_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/jet.png) -## cubehelix_r +## jet_r ```python -sns.heatmap(df, cmap='cubehelix_r') +sns.heatmap(df, cmap='jet_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/cubehelix_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/jet_r.png) -## flag_r +## magma ```python -sns.heatmap(df, cmap='flag_r') +sns.heatmap(df, cmap='magma') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flag_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/magma.png) -## gist_earth_r +## magma_r ```python -sns.heatmap(df, cmap='gist_earth_r') +sns.heatmap(df, cmap='magma_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_earth_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/magma_r.png) -## gist_gray_r +## mako ```python -sns.heatmap(df, cmap='gist_gray_r') +sns.heatmap(df, cmap='mako') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_gray_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/mako.png) -## gist_heat_r +## mako_r ```python -sns.heatmap(df, cmap='gist_heat_r') +sns.heatmap(df, cmap='mako_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_heat_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/mako_r.png) -## gist_ncar_r +## nipy_spectral ```python -sns.heatmap(df, cmap='gist_ncar_r') +sns.heatmap(df, cmap='nipy_spectral') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_ncar_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/nipy_spectral.png) -## gist_rainbow_r +## nipy_spectral_r ```python -sns.heatmap(df, cmap='gist_rainbow_r') +sns.heatmap(df, cmap='nipy_spectral_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_rainbow_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/nipy_spectral_r.png) -## gist_stern_r +## ocean ```python -sns.heatmap(df, cmap='gist_stern_r') +sns.heatmap(df, cmap='ocean') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_stern_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/ocean.png) -## gist_yarg_r +## ocean_r ```python -sns.heatmap(df, cmap='gist_yarg_r') +sns.heatmap(df, cmap='ocean_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gist_yarg_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/ocean_r.png) -## gnuplot_r +## pink ```python -sns.heatmap(df, cmap='gnuplot_r') +sns.heatmap(df, cmap='pink') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/pink.png) -## gnuplot2_r +## pink_r ```python -sns.heatmap(df, cmap='gnuplot2_r') +sns.heatmap(df, cmap='pink_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gnuplot2_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/pink_r.png) -## gray_r +## plasma ```python -sns.heatmap(df, cmap='gray_r') +sns.heatmap(df, cmap='plasma') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/gray_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/plasma.png) -## hot_r +## plasma_r ```python -sns.heatmap(df, cmap='hot_r') +sns.heatmap(df, cmap='plasma_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hot_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/plasma_r.png) -## hsv_r +## prism ```python -sns.heatmap(df, cmap='hsv_r') +sns.heatmap(df, cmap='prism') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/hsv_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/prism.png) -## jet_r +## prism_r ```python -sns.heatmap(df, cmap='jet_r') +sns.heatmap(df, cmap='prism_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/jet_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/prism_r.png) -## nipy_spectral_r +## rainbow ```python -sns.heatmap(df, cmap='nipy_spectral_r') +sns.heatmap(df, cmap='rainbow') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/nipy_spectral_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rainbow.png) -## ocean_r +## rainbow_r ```python -sns.heatmap(df, cmap='ocean_r') +sns.heatmap(df, cmap='rainbow_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/ocean_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rainbow_r.png) -## pink_r +## rocket ```python -sns.heatmap(df, cmap='pink_r') +sns.heatmap(df, cmap='rocket') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/pink_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rocket.png) -## prism_r +## rocket_r ```python -sns.heatmap(df, cmap='prism_r') +sns.heatmap(df, cmap='rocket_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/prism_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rocket_r.png) -## rainbow_r +## seismic ```python -sns.heatmap(df, cmap='rainbow_r') +sns.heatmap(df, cmap='seismic') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rainbow_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/seismic.png) ## seismic_r @@ -1214,181 +1232,181 @@ sns.heatmap(df, cmap='seismic_r') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/seismic_r.png) -## spring_r +## spring ```python -sns.heatmap(df, cmap='spring_r') +sns.heatmap(df, cmap='spring') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/spring_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/spring.png) -## summer_r +## spring_r ```python -sns.heatmap(df, cmap='summer_r') +sns.heatmap(df, cmap='spring_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/summer_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/spring_r.png) -## terrain_r +## summer ```python -sns.heatmap(df, cmap='terrain_r') +sns.heatmap(df, cmap='summer') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/terrain_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/summer.png) -## winter_r +## summer_r ```python -sns.heatmap(df, cmap='winter_r') +sns.heatmap(df, cmap='summer_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/winter_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/summer_r.png) -## Accent_r +## tab10 ```python -sns.heatmap(df, cmap='Accent_r') +sns.heatmap(df, cmap='tab10') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Accent_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab10.png) -## Dark2_r +## tab10_r ```python -sns.heatmap(df, cmap='Dark2_r') +sns.heatmap(df, cmap='tab10_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Dark2_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab10_r.png) -## Paired_r +## tab20 ```python -sns.heatmap(df, cmap='Paired_r') +sns.heatmap(df, cmap='tab20') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Paired_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20.png) -## Pastel1_r +## tab20_r ```python -sns.heatmap(df, cmap='Pastel1_r') +sns.heatmap(df, cmap='tab20_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel1_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20_r.png) -## Pastel2_r +## tab20b ```python -sns.heatmap(df, cmap='Pastel2_r') +sns.heatmap(df, cmap='tab20b') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Pastel2_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20b.png) -## Set1_r +## tab20b_r ```python -sns.heatmap(df, cmap='Set1_r') +sns.heatmap(df, cmap='tab20b_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set1_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20b_r.png) -## Set2_r +## tab20c ```python -sns.heatmap(df, cmap='Set2_r') +sns.heatmap(df, cmap='tab20c') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set2_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20c.png) -## Set3_r +## tab20c_r ```python -sns.heatmap(df, cmap='Set3_r') +sns.heatmap(df, cmap='tab20c_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/Set3_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20c_r.png) -## tab10_r +## terrain ```python -sns.heatmap(df, cmap='tab10_r') +sns.heatmap(df, cmap='terrain') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab10_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/terrain.png) -## tab20_r +## terrain_r ```python -sns.heatmap(df, cmap='tab20_r') +sns.heatmap(df, cmap='terrain_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/terrain_r.png) -## tab20b_r +## turbo ```python -sns.heatmap(df, cmap='tab20b_r') +sns.heatmap(df, cmap='turbo') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20b_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/turbo.png) -## tab20c_r +## turbo_r ```python -sns.heatmap(df, cmap='tab20c_r') +sns.heatmap(df, cmap='turbo_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/tab20c_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/turbo_r.png) -## rocket +## twilight ```python -sns.heatmap(df, cmap='rocket') +sns.heatmap(df, cmap='twilight') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rocket.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight.png) -## rocket_r +## twilight_r ```python -sns.heatmap(df, cmap='rocket_r') +sns.heatmap(df, cmap='twilight_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/rocket_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_r.png) -## mako +## twilight_shifted ```python -sns.heatmap(df, cmap='mako') +sns.heatmap(df, cmap='twilight_shifted') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/mako.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_shifted.png) -## mako_r +## twilight_shifted_r ```python -sns.heatmap(df, cmap='mako_r') +sns.heatmap(df, cmap='twilight_shifted_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/mako_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/twilight_shifted_r.png) -## icefire +## viridis ```python -sns.heatmap(df, cmap='icefire') +sns.heatmap(df, cmap='viridis') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/icefire.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/viridis.png) -## icefire_r +## viridis_r ```python -sns.heatmap(df, cmap='icefire_r') +sns.heatmap(df, cmap='viridis_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/icefire_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/viridis_r.png) ## vlag @@ -1406,35 +1424,19 @@ sns.heatmap(df, cmap='vlag_r') ![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/vlag_r.png) -## flare - -```python -sns.heatmap(df, cmap='flare') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flare.png) - -## flare_r - -```python -sns.heatmap(df, cmap='flare_r') -``` - -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/flare_r.png) - -## crest +## winter ```python -sns.heatmap(df, cmap='crest') +sns.heatmap(df, cmap='winter') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/crest.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/winter.png) -## crest_r +## winter_r ```python -sns.heatmap(df, cmap='crest_r') +sns.heatmap(df, cmap='winter_r') ``` -![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/crest_r.png) +![](https://raw.githubusercontent.com/sammrai/qiita_cmap/main/images/winter_r.png)