MS_plot

MS_PLOT - Plot phasevels/anisotropy on pole figures.
Given an elasticity matrix and density, produce pole figures showing
    the P- and S-wave anisotrpy.
MS_plot(C, rh, ...)
Usage:
    MS_plot(C, rh)
        Produce three pole figures showing P-wave velocity, S-wave
        anisotropy and fast S-wave polarisation direction
MS_plot(..., 'fontsize', f)
     Set minimum fontsize in plots to f.
MS_plot(..., 'wtitle', S)
     Set the (window) title to be string S. If a minus sign is prepended
     to this title, the figure number is also suppressed (the minus sign
     is not shown).
MS_plot(..., 'cmap', CM)
     Redefine the colormap. CM can either be a (nx3) matrix containing a
     colormap, or a string describing a function to generate such a
     matrix (such as the built-in MATLAB colormap functions). E.g.:
        MS_plot(C,rh,'cmap','cool(64)') - uses the MATLAB function cool
           to generate a cyan-to-purple colourmap.
     The default is 'jet', reversed so blue is fast/high, as is
     conventional for seismic velocity colorscales.
MS_plot(..., 'reverse')
     Reverse the sense of the colour map.
MS_plot(..., 'quiet')
     Don't write isotropic velocities to the terminal.
See also: MS_SPHERE, MS_PHASEVELS