Skip to content
Snippets Groups Projects
Commit c1df2378 authored by ac_fx's avatar ac_fx
Browse files

drawKymosCondition time labels

parent 3bc139a8
Branches
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ for cc = 1:length(xClasses)
'VerticalAlignment','top');
% label time
tHours = [24:24:szim(ff,2)-12];
tHours = [48:48:szim(ff,2)-12];
for i = 1:length(tHours)
text(x+tHours(i),y+szim(ff,1),num2str(round(tHours(i)./framesPerHour)),'Interpreter','none','FontSize',6,...
'VerticalAlignment','bottom');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment