ilarinieminen / SOM-Toolbox

GNU General Public License v2.0
119 stars 56 forks source link

Allow component plane titles to optionally be interpreted as LaTeX #10

Open willfurnass opened 8 years ago

willfurnass commented 8 years ago

Noticed the following in som/som_show.m:

% Set text property 'interp' to 'none' in title texts

set(h_label,'interpreter','none');

Would be nice if could switch between standard text interpretation and LaTeX interpretation for component subplot titles. Made a start on this here but having problems with keyword argument parsing - any pointers gratefully received.