Back to the main page.
Bug 2254 - ft_topoplotIC produces warning that interactive plotting is not supported
Status | CLOSED FIXED |
Reported | 2013-08-17 11:58:00 +0200 |
Modified | 2015-07-15 13:30:46 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P3 normal |
Assigned to: | Jim Herring |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Jim Herring - 2013-08-17 11:58:59 +0200
When plotting topos of ICs, ft_topoplotIC produces the following warning: 'Warning: unsupported dimord "chan_comp" for interactive plotting > In fieldtrip-dev/private/topoplot_common at 835 In ft_topoplotTFR at 185 In ft_topoplotIC at 142'
Jim Herring - 2013-08-17 11:59:32 +0200
This because the cfg.interactive defaults to 'yes' and is not supported in case of plotting ICs. As cfg.interactive is not documented in the help of ft_topoplotIC I will set cfg.interactive to 'no' in this function. A warning will be produced if the user tries to set cfg.interactive anyway.