Skip to content
Snippets Groups Projects
Commit 61fd9d7c authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

rplot.m: fix TeX-ylabel

parent 49b35be9
Branches
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ elseif options_.rplottype == 2
end
xlabel('Periods') ;
if options_.TeX
ylabel([s1_TeX{j}],'Interpreter','latex') ;
ylabel(['$' s1_TeX{j} '$'],'Interpreter','latex') ;
title(['Plot of $' s1_TeX{j} '$'],'Interpreter','latex') ;
else
ylabel([s1{j}],'Interpreter','none') ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment