Skip to content

Commit

Permalink
Update ft_multiplotTFR.m
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Nov 9, 2020
1 parent dbdd659 commit 8adf8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ft_multiplotTFR.m
Expand Up @@ -460,6 +460,7 @@
% note that in general adding a TFR to an existing one does not make sense, since they will overlap
open_figure(keepfields(cfg, {'figure', 'clearfigure', 'position', 'visible', 'renderer', 'figurename', 'title'}));
hold on

% Get physical z-axis range (color axis):
if strcmp(cfg.zlim, 'maxmin')
zmin = nanmin(datamatrix(:));
Expand Down

0 comments on commit 8adf8b7

Please sign in to comment.