<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">Dear all,</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">I’m new to Fieldtrip, so I hope this question isn’t too stupid :-D. I could not find anything relevant on the previous threads.</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">When I use the multiplotTFR function (example code pasted below), the hot color is always yellow and never red, even if I set the zlim to extremely small values). </p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">I am using fieldtrip-20150504. What am I doing wrong? I thought the red-blue hot-cold colors were standard. Any help is really appreciated!</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">Cheers,</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">Mante</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;"><br>
</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg = [];</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier; color: rgb(178, 69, 243);">
<span style="color: #000000">cfg.layout      = </span>'config/biosemi64.lay'<span style="color: #000000">;</span></p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.channel = <span style="color: #b245f3">
'all'</span>;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.baseline = <span style="color: #b245f3">
'no'</span>;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.xlim = [0 2];<span style="color: #25992d">%[-0.5 1.5];%</span></p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.ylim = [30 100];</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.zlim = [-0.1 0.1];</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.interactive = <span style="color: #b245f3">
'yes'</span>;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.showlabels    =
<span style="color: #b245f3">'yes'</span>;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">cfg.colorbar = <span style="color: #b245f3">
'yes'</span>;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier; min-height: 12px;">
 </p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">figure;</p>
<p style="margin: 0px; font-size: 10px; font-family: Courier;">ft_multiplotTFR(cfg, grandavg_hi_131_132);</p>
</div>
<div><br>
</div>
</body>
</html>