Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
npdrbong opened this issue Dec 12, 2023 · 1 comment
Open

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

npdrbong opened this issue Dec 12, 2023 · 1 comment
Assignees
Labels

Comments

@npdrbong
Copy link

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
Copy link
Contributor

CPernet commented Dec 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants