Back to the main page.
Bug 2745 - ft_clusterplot cannot plot clusters per time point as shown in the tutorial
Status | CLOSED DUPLICATE |
Reported | 2014-10-22 15:05:00 +0200 |
Modified | 2019-08-10 12:29:15 +0200 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 normal |
Assigned to: | |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Tzvetan Popov - 2014-10-22 15:05:56 +0200
The call to ft_clusterplot with tutorial data as an input: % make a plot cfg = []; cfg.highlightsymbolseries = ['*','*','.','.','.']; cfg.layout = 'CTF151.lay'; cfg.contournum = 0; cfg.markersymbol = '.'; cfg.alpha = 0.05; cfg.parameter='stat'; cfg.zlim = [-5 5]; ft_clusterplot(cfg,stat); results in a single topography instead of multiple as illustrated in the tutorial: http://fieldtrip.fcdonders.nl/tutorial/eventrelatedstatistics
Tzvetan Popov - 2014-11-12 18:11:46 +0100
see for details 2727 *** This bug has been marked as a duplicate of bug 2727 ***