From 2e6fb3c1fe18ae6c822a97e26457525920fc4ba6 Mon Sep 17 00:00:00 2001 From: Brian Medeiros Date: Thu, 7 Mar 2024 17:55:20 -0700 Subject: [PATCH] add readme --- ncl_colormaps_in_mpl/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ncl_colormaps_in_mpl/README.md diff --git a/ncl_colormaps_in_mpl/README.md b/ncl_colormaps_in_mpl/README.md new file mode 100644 index 0000000..9379d89 --- /dev/null +++ b/ncl_colormaps_in_mpl/README.md @@ -0,0 +1,8 @@ +This folder contains all the NCL colormaps as `.rgb` files. + +It also contains the notebook `ncl_into_mpl.ipynb`. + +The notebook can download the `.rgb` files from the NCL website. + +The point of the notebook is to show how to get these files and convert them to Matplotlib colormaps. +