Working Kerr effect; PDM; speedups; removed unused files
[4yp.git] / formatFigure.m
1 set(gcf, 'defaultTextInterpreter', 'Latex');
2 set(gcf, 'defaultLegendInterpreter', 'Latex');
3 set(gca, 'TickLabelInterpreter', 'Latex');
4 set(gca, 'FontSize', 14);
5 leg = findobj(gcf, 'Type', 'Legend');
6 set(leg, 'FontSize', 14);
7 set(leg, 'Interpreter', 'Latex');
8 tit = get(gca, 'title');
9 set(tit, 'Interpreter', 'Latex');
10 xl = get(gca, 'XLabel');
11 set(xl, 'Interpreter', 'Latex');
12 yl = get(gca, 'YLabel');
13 set(yl, 'Interpreter', 'Latex');