bbci / bbci_public

MATLAB toolbox for Brain-Computer Interfacing (BCI)
MIT License
152 stars 104 forks source link

improve layout of plot_scalpEvolutionPlusChannel #34

Open BenjaminBlankertz opened 9 years ago

BenjaminBlankertz commented 9 years ago

Check for example the last plot that is generated in demo_analysis_ERPs. At least on my screen, the scalp maps overlay the channel labels. This may depend on the screen resolution.

HanJeong commented 9 years ago

It could be the resolution issue, because it looks good on my screen. However, it is still worthwhile that other people also check it to make it sure.

phoebe28 commented 8 years ago

I tried and the scalp plots and labels overlap also in my display. It is the effect of the 'resize' line 64. If you do not resize at all, everything looks good but there is a lot of empty space. I found that the resize at [1 4/5] works properly on my display, i think it's a good compromise.