From b440ed60082806461a92f778538f24854a379b60 Mon Sep 17 00:00:00 2001 From: ramonmc Date: Mon, 15 Jun 2020 22:42:04 -0700 Subject: [PATCH] GUI cosmetic change --- pop_plotpac.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'} ... {}};