<div dir="ltr">Hi there,<div>I'm trying to plot some data but I have some strange behaviour not from ft_clusterplot, but from ft_topoplotTFR.</div><div>I ran the code on matlab 2015b and 2016a, fiedtrip version of 30/08 and 01/06</div><div>I mean it seems that the configuration options of ft_clusterplot are taken fine, while the options of ft_topoplotTFR (like the colormap!) is not.</div><div>Seems like a problem of Axes.</div><div><br></div><div>I've exaggerated a bit the configuration to have a better idea.</div><div>Here is the code:</div><div><div>cfg = [];</div><div>cfg.alpha  = 0.05;</div><div>cfg.parameter = 'stat';</div><div>% cfg.interactive = 'yes';</div><div>cfg.highlightcolorpos =[255 255 255];</div><div>cfg.layout = 'easycapM11.mat';</div><div>% cfg.maskparameter = 1;</div><div>cfg.colorbar = 'yes';</div><div>cfg.zlim =  [-9 18];</div><div>cfg.shading =  'interp';</div><div>cfg.gridscale = 300;                </div><div>cfg.contournum = 10;                </div><div>cfg.colormap = gray(10); </div><div>cfg.markersymbol = '.';</div><div>cfg.markersize = 12;</div><div>cfg.markercolor = [0 0.69 0.94];</div><div>cfg.subplotsize  = [1 1];</div><div>cfg.marker = 'on';</div><div>cfg.highlight = 'on';</div><div>ft_clusterplot(cfg, statdelta);</div></div><div><br></div><div>Here the console log:</div><div><div>>> plot_cluster</div><div>the input is freq data with 30 channels, 1 frequencybins and no timebins</div><div>Warning: The field cfg.highlight is forbidden, it will be removed from your configuration</div></div><div><br></div><div><div>> In ft_checkconfig (line 208)</div><div>  In ft_clusterplot (line 82)</div><div>  In plot_cluster (line 20) </div><div>reading layout from file easycapM11.mat</div><div>the call to "ft_prepare_layout" took 0 seconds</div><div>There are 6 clusters smaller than alpha (0.05)</div><div>Negative cluster: 1, pvalue: 0.00019996 (*), f = 2.4414 to 2.4414</div><div>Negative cluster: 2, pvalue: 0.00079984 (*), f = 2.4414 to 2.4414</div><div>Negative cluster: 3, pvalue: 0.0091982 (*), f = 2.4414 to 2.4414</div><div>Negative cluster: 4, pvalue: 0.015797 (x), f = 2.4414 to 2.4414</div><div>Negative cluster: 5, pvalue: 0.017596 (x), f = 2.4414 to 2.4414</div><div>Negative cluster: 6, pvalue: 0.04819 (x), f = 2.4414 to 2.4414</div><div>making subplot 1 from 1</div><div>the call to "ft_clusterplot" took 2 seconds</div><div>>> </div></div><div><br></div><div>Here the result:</div><div><img src="cid:ii_156e24a0640b29e1" alt="Immagine incorporata 1" width="441" height="331"><br></div><div><br></div><div>Any Idea?</div><div><br></div><div>Thanks in advance</div><div><br></div><div>Marco</div></div>