Skip to content

Commit 4e52e72

Browse files
author
Anders
committed
Set default interpreter to none to correctly display underscores
1 parent 07c08d1 commit 4e52e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/main_showROIsOnMap.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
Y = ROIs(r).Y;
8181
plot([X X(1)],[Y Y(1)],'-','color',[1 1 1],'LineWidth',ROIlinewidth+1);
8282
plot([X X(1)],[Y Y(1)],'-','color',cmap(r,:),'LineWidth',ROIlinewidth);
83-
text(mean(X),mean(Y),ROIs(r).name,'VerticalAlignment','middle','HorizontalAlignment','center','Background',cmap(r,:));
83+
text(mean(X),mean(Y),ROIs(r).name,'VerticalAlignment','middle','HorizontalAlignment','center','Background',cmap(r,:),'Rotation',30, 'FontSize',8,'Interpreter','none');
8484
end
8585
axis equal
8686
disp('Done!');

0 commit comments

Comments
 (0)