<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I would like to plot my data in decibel. It works fine when running singleplotTFR, however I get an error when i use the plot interactivity to select a time/freq range within the singleplotTFR. The resulting topoplot has no color (it does show the contourlines
 of the data) and the layout outline is stretched (should be square).<br>
<br>
running topoplotTFR directly works fine and using the other baselinetypes is also no problem. the error is only when interacting with a spectrogram in decibel.<br>
<br>
<br>
Error using surf (line 75)<br>
X, Y, Z, and C cannot be complex<br>
<br>
Error in ft_plot_topo (line 251)<br>
  h = surf(Xi-deltax/2,Yi-deltay/2,zeros(size(Zi)), Zi, 'EdgeColor', 'none', 'FaceColor', shading);<br>
<br>
Error in topoplot_common (line 704)<br>
  ft_plot_topo(chanX,chanY,datavector,'interpmethod',cfg.interpolation,...<br>
<br>
Error in ft_topoplotTFR (line 186)<br>
[cfg] = topoplot_common(cfg, varargin{:});<br>
<br>
Error in ft_singleplotTFR>select_topoplotTFR (line 579)<br>
ft_topoplotTFR(cfg, varargin{:});<br>
<br>
Error in ft_select_range>evalCallback (line 325)<br>
    feval(funhandle, funargs{:}, val, cmenulab);<br>
<br>
Error in ft_select_range (line 159)<br>
          evalCallback(callback, userData.range);<br>
 <br>
Error while evaluating figure WindowButtonDownFcn<br>
<br>
<br>
its not the end of the world, but its such a nice feature to have...<br>
<br>
thank you,<br>
<br>
Ben<br>
</div>
</body>
</html>