└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # nclcmaps 2 | NCL colormaps in Python 3 | 4 | Usage: 5 | 6 | import nclcmaps 7 | cmap = nclcmaps.cmap('BlueYellowRed') 8 | 9 | See [http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml](http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml) 10 | --------------------------------------------------------------------------------