imlabel

PURPOSE ^

Improved method for labeling figure axes.

SYNOPSIS ^

function imlabel( labels, position, slant, pvpairs )

DESCRIPTION ^

 Improved method for labeling figure axes.

 INPUTS
   labels          - cell array of strings, labels for display
   position        - 'left', 'right', 'bottom', or 'top'
   slant           - [optional] rotation for top and bottom labels in [-90,90]
   pvpairs         - [optional] parameter / value list for text

 EXAMPLE
   load( 'images.mat' );
   clf; cla; montage2( images(:,:,1:9), 1 );
   imlabel( {'row1','row2','row3'}, 'left',[],{'FontSize',20} );
   imlabel( {'column 1','column 2','column 3'}, 'bottom', -25, {'FontSize',20} );

 DATESTAMP
   29-Sep-2005  2:00pm

 See also MONTAGE2, TEXT2, TEXT

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003