Skip to content

Commit

Permalink
change title of butterfly plot
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-td committed Mar 22, 2024
1 parent 0e56d11 commit 859963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop_roi_connectplot.m
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
warning('Butterfly plots (frequency x connectivity) cannot be computed for PAC because frequencies have already been specified for the computation.')
else
figure; plot(EEG.roi.freqs, butterflyplot, 'LineWidth', 1)
h = title([ 'ROI to ROI ' replace_underscores(g.measure) ' (' titleStr ')' ]);
h = title([ 'ROI to ROI ' replace_underscores(g.measure)]);
set(h, 'fontsize', 16);
xlabel('Frequency (Hz)')
ylabel([replace_underscores(g.measure) ' (a.u.)'])
Expand Down

0 comments on commit 859963c

Please sign in to comment.