<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear all,<br/>I am using ft_sourceplot for plotting the results of my statistical analysis. As long as I have only positive clusters everything looks ok. However, when I plot negative clusters the whole background gets the color of the lowest value (in this case blue) and also the borders look strange. I have attached an example picture for negative clusters and also one for positive ones, which is the way I want the plots to look.<br/>Am I doing something wrong with the plotting parameters? <br/><br/>mrifile=('StandardMRI.mat');<br/>load(mrifile);<br/>cfg            = [];<br/>cfg.parameter= 'statmask'; %statmask for plotting tstats<br/><br/>plotdata  = ft_sourceinterpolate(cfg, data); <br/><br/>cfg= [];<br/>cfg.method= 'slice';<br/>cfg.location = 'min'<br/>cfg.interactive = 'yes';<br/>cfg.funparameter = 'statmask'; <br/>cfg.maskparameter =cfg.funparameter;<br/>cfg.colorlim = 'maxabs'<br/>cfg.funcolormap    = 'jet';<br/><br/>figure<br/>ft_sourceplot(cfg,plotdata);<br/><br/>Thank you<br/>Alla<br/></div></div>  <br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td style="font-family:verdana; font-size:12px; line-height:17px;border-top:1px solid #000000">Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App für iPhone und Android.   <br><a href="https://produkte.web.de/freemail_mobile_startseite/"><b>https://produkte.web.de/freemail_mobile_startseite/</b></a></td></tr></table>
</body></html>