Skip to content

Commit d69fdeb

Browse files
committed
Add times to distribution plots.
1 parent f630321 commit d69fdeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

WorkSpace/EricModel/ReformatFigures.m

+6
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@
166166

167167
set(gca,'xlim',[0,20],'ylim',[0,0.5],'FontSize',16)
168168
% h.Children(6).Visible = 'off'
169+
170+
text(6,0.42,[subplotHandle.Title.String(5:end),' min'],'Fontsize',16)
171+
169172
end
170173
end
171174

@@ -243,5 +246,8 @@
243246

244247
set(gca,'xlim',[0,200],'ylim',[0,0.2],'FontSize',16)
245248
% h.Children(6).Visible = 'off'
249+
250+
text(60,0.17,[subplotHandle.Title.String(5:end),' min'],'Fontsize',16)
251+
246252
end
247253
end

0 commit comments

Comments
 (0)