Skip to content
Snippets Groups Projects
Commit dcdb5ee0 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Merge pull request #890 from rattoma/gsa

small fix in matlab annotation
parents e67524e9 8ab8d462
Branches
Tags
No related merge requests found
...@@ -158,8 +158,8 @@ for i = 1:p ...@@ -158,8 +158,8 @@ for i = 1:p
end end
end end
if ~isoctave if ~isoctave
annotation('textbox', [0.1,0,0.35,0.05],'String', beha_name,'Color','Blue','horizontalalignment','center'); annotation('textbox', [0.1,0,0.35,0.05],'String', beha_name,'Color','Blue','horizontalalignment','center','interpreter','none');
annotation('textbox', [0.55,0,0.35,0.05],'String', non_beha_name,'Color','Red','horizontalalignment','center'); annotation('textbox', [0.55,0,0.35,0.05],'String', non_beha_name,'Color','Red','horizontalalignment','center','interpreter','none');
end end
if ~nograph, if ~nograph,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment