Working Kerr effect; PDM; speedups; removed unused files
[4yp.git] / formatFigure.m
index a09586d..c3d607f 100644 (file)
@@ -4,3 +4,10 @@ set(gca, 'TickLabelInterpreter', 'Latex');
 set(gca, 'FontSize', 14);
 leg = findobj(gcf, 'Type', 'Legend');
 set(leg, 'FontSize', 14);
+set(leg, 'Interpreter', 'Latex');
+tit = get(gca, 'title');
+set(tit, 'Interpreter', 'Latex');
+xl = get(gca, 'XLabel');
+set(xl, 'Interpreter', 'Latex');
+yl = get(gca, 'YLabel');
+set(yl, 'Interpreter', 'Latex');