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

plot_scoreMatrix eats x units #197

Closed
DanielMiklody opened this issue Nov 24, 2016 · 0 comments · Fixed by #198
Closed

plot_scoreMatrix eats x units #197

DanielMiklody opened this issue Nov 24, 2016 · 0 comments · Fixed by #198

Comments

@DanielMiklody
Copy link
Contributor

the xUnits of the input are not correctly plotted as there is an upper-case typo in line 89+90:

if isdefault.XUnit && isfield(epo_r, 'XUnit'),
opt.XUnit= epo_r.XUnit;
end

should be

if isdefault.XUnit && isfield(epo_r, 'xUnit'),
opt.XUnit= epo_r.xUnit;
end

DanielMiklody added a commit to DanielMiklody/bbci_public that referenced this issue Nov 24, 2016
and additionally fixes an issue with uitl_printFigure on Windows if "maxAspaect" or "auto" is used for PaperSize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant