Skip to content

Commit

Permalink
GUI cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleuscub committed Jun 16, 2020
1 parent f8c43b1 commit b440ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pop_plotpac.m
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
{ }...
{'style' 'text' 'string' 'Plot PAC ' 'FontWeight' 'Bold' }...
{'style' 'pushbutton' 'enable' comod_enable 'string' 'Comodulogram (freqs x freqs)' 'Callback' cb_comodplot 'tag' 'plot_comod'} {'style' 'pushbutton' 'enable' comod_enable 'string' 'Params' 'Callback' cb_comod_opt 'tag' 'comod_opt'} ...
{'style' 'pushbutton' 'enable' comodt_enable 'string' 'Time comodulogram (times x freqs x freqs)' 'Callback' cb_comodtplot 'tag' 'plot_comodt'} {'style' 'pushbutton' 'enable' comodt_enable 'string' 'Params' 'Callback' cb_comodt_opt 'tag' 'comodt_opt'} ...
{'style' 'pushbutton' 'enable' freqtime_enable 'string' 'Freq-time PAC (freqs x times)' 'Callback' cb_tfplot 'tag' 'plot_tf'} {'style' 'pushbutton' 'enable' freqtime_enable 'string' 'Params' 'Callback' cb_tfpac_opt 'tag' 'tfpac_opt'} ...
{'style' 'pushbutton' 'enable' comodt_enable 'string' 'Time-comodulogram (times x freqs x freqs)' 'Callback' cb_comodtplot 'tag' 'plot_comodt'} {'style' 'pushbutton' 'enable' comodt_enable 'string' 'Params' 'Callback' cb_comodt_opt 'tag' 'comodt_opt'} ...
{'style' 'pushbutton' 'enable' freqtime_enable 'string' 'Time-frequency PAC (freqs x times)' 'Callback' cb_tfplot 'tag' 'plot_tf'} {'style' 'pushbutton' 'enable' freqtime_enable 'string' 'Params' 'Callback' cb_tfpac_opt 'tag' 'tfpac_opt'} ...
{'style' 'pushbutton' 'enable' trialpac_enable 'string' 'Trial-based PAC (Trials x times)' 'Callback' cb_trialplot 'tag' 'plot_trialpac'} {'style' 'pushbutton' 'enable' trialpac_enable 'string' 'Params' 'Callback' cb_trialpac_opt 'tag' 'trialpac_opt'} ...
{}};

Expand Down

0 comments on commit b440ed6

Please sign in to comment.