├── LICENSE.txt ├── Makefile ├── README.md ├── colormaps.py ├── erics-RdBuGnYl_r.py ├── erics-RdBuGnYl_r_v2.py ├── erics_PuBuGnYl_r.py ├── fake_parula.py ├── joes-blu_grn_pnk2.py ├── option_a.py ├── option_b.py ├── option_c.py ├── option_d.py └── parula.py /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/README.md -------------------------------------------------------------------------------- /colormaps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/colormaps.py -------------------------------------------------------------------------------- /erics-RdBuGnYl_r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/erics-RdBuGnYl_r.py -------------------------------------------------------------------------------- /erics-RdBuGnYl_r_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/erics-RdBuGnYl_r_v2.py -------------------------------------------------------------------------------- /erics_PuBuGnYl_r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/erics_PuBuGnYl_r.py -------------------------------------------------------------------------------- /fake_parula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/fake_parula.py -------------------------------------------------------------------------------- /joes-blu_grn_pnk2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/joes-blu_grn_pnk2.py -------------------------------------------------------------------------------- /option_a.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/option_a.py -------------------------------------------------------------------------------- /option_b.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/option_b.py -------------------------------------------------------------------------------- /option_c.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/option_c.py -------------------------------------------------------------------------------- /option_d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/option_d.py -------------------------------------------------------------------------------- /parula.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BIDS/colormap/HEAD/parula.py --------------------------------------------------------------------------------