Back to the main page.
Bug 764 - ft_multiplot_CC shouldn't have a default layout
Status | CLOSED FIXED |
Reported | 2011-06-15 10:29:00 +0200 |
Modified | 2011-07-13 14:46:44 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 normal |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Cristiano Micheli - 2011-06-15 10:29:20 +0200
ft_multiplotCC uses the following layout: if ~isfield(cfg, 'layout'), cfg.layout = 'CTF151s.lay'; end; but should use the function ft_prepare_layout with cfg.layout as input. This would allow the function to be compatible with the other two multiplot functions (ft_multiplotTFR and ft_multiplotER)
Jan-Mathijs Schoffelen - 2011-06-15 13:32:20 +0200
JM agrees