make_colorwheel

Generates colorwheel files (circular colorscales) based on individual colormaps

You are now following this Submission

This function generates colorwheel files (circular colorscales) based on individual colormaps. All built-in MATLAB colormaps as well as custom schemes in the same format are supported e.g. the perceptually uniform cyclic colormaps of Fabio Crameri (vikO, brocO or corkO) available via http://www.fabiocrameri.ch/cycliccolourmaps.php

Examples:
make_colorwheel('parula','pdf')
make_colorwheel('jet','png')
make_colorwheel('winter','pdf')
make_colorwheel('vikO','pdf') => F. Crameri's vikO.mat required
make_colorwheel('corkO','pdf') => F. Crameri's corkO.mat required
make_colorwheel('brocO','jpeg') => F. Crameri's brocO.mat required

If you make use of "vikO", "corkO" or "brocO" please acknowledge them by citing:

Crameri, F. (2018a), Scientific colour-maps. Zenodo. http://doi.org/10.5281/zenodo.1243862

Crameri, F. (2018b), Geodynamic diagnostics, scientific visualisation and StagLab 3.0, Geosci. Model Dev., 11, 2541-2562, doi:10.5194/gmd-11-2541-2018

Cite As

Michael Grund (2026). make_colorwheel (https://www.mathworks.com/matlabcentral/fileexchange/73882-make_colorwheel), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.2

slight documentation changes

1.0.1

added references

1.0.0