Fire and/or Custom Colormap Function
FIRE Blue-Purple Hot colormap
FIRE(M) returns an M-by-3 matrix containing a "fire" colormap.
FIRE, by itself, is the same length as the current figure's colormap. If no figure exists, MATLAB creates one.
To add this colormap as a default map, use 'addpath' with the directory containing 'fire.m'.
To reset the colormap of the current figure use: colormap(fire)
see also: HSV, GRAY, HOT, COOL, BONE, COPPER, FLAG, PINK, COLORMAP, RGBPLOT.
To create any custom colormap, see the directions on line 23 of this m-file.
Cite As
Tristan Ursell (2026). Fire and/or Custom Colormap Function (https://in.mathworks.com/matlabcentral/fileexchange/35730-fire-and-or-custom-colormap-function), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > Labels and Styling > Color and Styling > Red >
- MATLAB > Graphics > Labels and Styling > Color and Styling > Orange >
- MATLAB > Graphics > Labels and Styling > Color and Styling > Yellow >
- MATLAB > Graphics > Labels and Styling > Color and Styling > Purple >
- MATLAB > Graphics > Images > Modify Image Colors >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
