LIMO-EEG-Toolbox / limo_tools

Hierarchical Linear Modelling for MEEG data
https://limo-eeg-toolbox.github.io/limo_meeg/
Other
58 stars 28 forks source link

[BUG] cannot save limo_eeg(pwd, 5) with ERSP result #184

Open npdrbong opened 6 months ago

npdrbong commented 6 months ago

When I try to do ERSP with current version of LIMO, it doesn't save figure automatically. figure pop up with limo_eeg(pwd, 5) and mask and p_values are ok, but it doesn't save figure. image

If I try to save figure with gui(file -> save as) :

limo_eeg(5,pwd) using cached data Error using checkArgsForHandleToPrint Specify one graphics object, a vector of graphics objects, or a cell array of graphics objects.

Error in checkArgsForHandleToPrint

Error in print>LocalCreatePrintJob (line 108) handles = checkArgsForHandleToPrint(0, varargin{:});

Error in print (line 38) [pj, inputargs] = LocalCreatePrintJob(varargin{:});

Error in limo_display_image_tf>PrintMenuItem_Callback (line 540) print(fig_id,'-depsc2',[name '.eps'])

Error in gui_mainfcn (line 95) feval(varargin{:});

Error in limo_display_image_tf (line 29) gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)limo_display_image_tf('PrintMenuItem_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating Menu Callback.


Thank you a lot!

CPernet commented 6 months ago

yeh v4 has no GUI for ERSPbecause it looks for input that we have changed - @arnodelorme is in charge of that part since is the master of interactive plotting in EEGLAB and let's face it I'm not very good at that