Code covered by the BSD License  

Highlights from
COLORMAP and COLORBAR utilities (Sep 2009)

image thumbnail
from COLORMAP and COLORBAR utilities (Sep 2009) by Carlos Adrian Vargas Aguilera
MATLAB color utilities including COLORMAP join and interpolation; freeze and fit COLORBAR, etc.

Contents.m
% Utilities for coloring with MATLAB by Carlos Vargas.
%
% COLORMAP utilites:
%   cmapping - Colormap linear mapping/interpolation.                        v1.1    (Sep 02, 2009)
%   cmfit    - Sets the COLORMAP and CAXIS to specific color bands.          v1.0    (Jun 08, 2009)
%   cmjoin   - Joins colormaps at certain levels.                            v2.0    (Jun 08, 2009)
%   cmlines  - Change the color of plotted lines using the colormap.         v1.0    (Jun 08, 2009)
%
% COLORBAR utilities:
%   cbfit    - Draws a colorbar with specific color bands between its ticks. v2.1    (Sep 30, 2009)
%   cbfreeze - Freezes the colormap of a colorbar.                           v1.1    (Sep 02, 2009)
%   cbhandle - Handle of current colorbar axes.                              v1.1    (Aug 20, 2009)
%   cblabel  - Adds a label to the colorbar.                                 v2.0    (Jun 08, 2009)
%   cbunits  - Adds units to the colorbar ticklabels.                        v3.0    (Sep 30, 2009)
%
% Sep 30, 2009

Contact us