Mercurial > repos > public > sbplib
view setFontSize.m @ 191:7c1d3fc33f90 feature/grids
Added methods for returning boundary names and boundary coordinates from Cartesian and Curvilinear grids.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 04 Apr 2016 18:23:50 +0200 |
parents | 125c51e4dca8 |
children | 6db427e07edd |
line wrap: on
line source
function setFontSize(fig, pts) default_arg('pts', 16); set(findall(fig,'-property','FontSize'),'FontSize',pts); end