[FieldTrip] Component plotting in figure of choice

Sander van Bree (PGR) 2603901V at student.gla.ac.uk
Sat Mar 27 12:48:34 CET 2021


Dear FieldTrip users,

There's been a recent change to plotting independent components using ft_topoplotIC, which plots components in a new figure. How can I force ft_topoplotIC to plot my component in my figure and/or subplot of choice? For example:

f1 = figure;
subplot(2,1,1);
hold on;

cfg = [];
cfg.component = 1;
cfg.layout = layout;
ft_topoplotIC(cfg, comp);

This used to work - what's the best way of getting this done now?

Best wishes,
Sander van Bree
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.science.ru.nl/pipermail/fieldtrip/attachments/20210327/92ac7239/attachment.htm>


More information about the fieldtrip mailing list