Back to the main page.

Bug 1243 - topoplotIC will not plot in separate subplots

Status CLOSED FIXED
Reported 2012-01-03 11:28:00 +0100
Modified 2012-03-21 15:44:21 +0100
Product: FieldTrip
Component: plotting
Version: unspecified
Hardware: All
Operating System: All
Importance: P3 normal
Assigned to: Jan-Mathijs Schoffelen
URL:
Tags:
Depends on:
Blocks:
See also:

Robert Oostenveld - 2012-01-03 11:28:29 +0100

figure for i=1:47 subplot(7,7,i) cfg = []; cfg.component = 1; cfg.layout = 'EEG1020.lay'; ft_topoplotIC(cfg, comp); end this results in a single figure with one topo instead of a bunch of subplots. An alternative call to ft_topoplotIC is to use cfg.component=1:47, but I had expected external subplots to work as well. See attached data


Robert Oostenveld - 2012-01-03 11:50:41 +0100

Created attachment 205 test data with EEG CSP components, trimmed to 20 trials


Boris Reuderink - 2012-01-10 12:47:01 +0100

Created attachment 214 Self-contained example.


Boris Reuderink - 2012-01-10 12:47:30 +0100

Confirmed in SVN revision 5104.


Jan-Mathijs Schoffelen - 2012-01-27 08:38:41 +0100

assigned bug to get all bugs lined up before the grand bug binge


Jan-Mathijs Schoffelen - 2012-02-01 14:20:57 +0100

fixed in revision 5204