Skip to content

Commit

Permalink
Removed hardcoded figure position
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Alexander committed Oct 31, 2023
1 parent e50ff26 commit cf2f622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/ft_opm_psd.m
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
pow = psd_hann.powspctrm;

figure;
set(gcf,'Position',[100 100 1200 800]);
% set(gcf,'Position',[100 100 1200 800]);
semilogy(psd_hann.freq,psd_hann.powspctrm);
set(gca,'FontSize',14);
xlabel('Frequency (Hz)');
Expand Down

0 comments on commit cf2f622

Please sign in to comment.