[FieldTrip] ft_databrowser doesnt plot channel names

Nenad Polomac polomacnenad at gmail.com
Thu Nov 21 12:29:32 CET 2013


Hi,
I just realized that ft_databrowser in FT version 20131120 for some reason
doesn't plot labels of the channels on y axis. Earlier version works fine.
I have also read http://bugzilla.fcdonders.nl/show_bug.cgi?id=2065

cfg=[];
cfg.viewmode ='vertical';
cfg.plotlabels  = 'yes';
cfg.eegscale=.5;
cfg.trl = 'all';
cfg.continuous = 'no';
cfg.channel ='EEG';
ft_databrowser(cfg, data);

My guess is something is wrong with the line 1696 of the ft_databrowser
ft_plot_text(labelx(laysel), labely(laysel), opt.hdr.label(chanindx(i)),
'tag', 'chanlabel', 'HorizontalAlignment',
'right','interpreter','none','FontUnits','normalized','FontSize',8);

It is not that I urgently need this, I just wanted to contribute a little.
:)

all the best!

Nenad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20131121/b07f844e/attachment.html>


More information about the fieldtrip mailing list