diff --git a/pop_plotpac.m b/pop_plotpac.m index d204ac0..6c07124 100644 --- a/pop_plotpac.m +++ b/pop_plotpac.m @@ -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'} ... {}};