Hi all,<div><br></div><div>I'm trying to plot my ERSP values in curve format instead of the regular image with hot/cold colors.  'plottype', 'curve' works as the command for single subjects in newtimef().  But in STUDY mode, I've tried this as a paramater in both std_erspplot and when precomputing via std_precomp under erspparams, but neither seems to be working for me.  Is there a way to plot power values in curve format in the STUDY mode?<br>
<br>Thanks very much,<br>Pete<br><br><br><br>Sample precompute code: (plottype was ignored)<br>


        
        
        
        <style type="text/css">p { margin-bottom: 0.08in; }</style>

<p style="margin-bottom:0in"><font face="lucidatypewriter, monospace"><font><font color="#000000">[STUDY
ALLEEG] = std_precomp(STUDY, ALLEEG,
{},</font><font color="#a020f0">'allcomps'</font><font color="#000000">,</font><font color="#a020f0">'on'</font><font color="#000000">,</font><font color="#a020f0">'recompute'</font><font color="#000000">,</font><font color="#a020f0">'on'</font><font color="#000000">,</font><font color="#a020f0">'interp'</font><font color="#000000">,</font><font color="#a020f0">'on'</font><font color="#000000">,</font><font color="#a020f0">'ersp'</font><font color="#000000">,</font><font color="#a020f0">'on'</font><font color="#000000">,
</font><font color="#a020f0">'erspparams'</font><font color="#000000">,
{</font><font color="#a020f0">'cycles'</font><font color="#000000">
[4 0] </font><font color="#a020f0">'hzdir'</font><font color="#000000">
</font><font color="#a020f0">'reverse'</font><font color="#000000">
</font><font color="#a020f0">'baseline'</font><font color="#000000">
[NaN] </font><font color="#a020f0">'plottype'</font><font color="#000000">
</font><font color="#a020f0">'curve'</font><font color="#000000">
</font><font color="#a020f0">'freqscale'</font><font color="#000000">
</font><font color="#a020f0">'linear'</font><font color="#000000">
</font><font color="#a020f0">'tlimits'</font><font color="#000000">
[-5300 -4950] </font><font color="#a020f0">'timesout'</font><font color="#000000">
100 </font><font color="#a020f0">'freqs'</font><font color="#000000">
[7 14] </font><font color="#a020f0">'nfreqs'</font><font color="#000000">
8},</font><font color="#a020f0">'itc'</font><font color="#000000">,</font><font color="#a020f0">'on'</font><font color="#000000">);</font></font></font></p>
<p style="margin-bottom:0in">Sample erspplot code:</p>


        
        
        
        <style type="text/css">p { margin-bottom: 0.08in; }</style>

<p style="margin-bottom:0in"><font face="lucidatypewriter, monospace"><font><font color="#000000">STUDY
= std_erspplot(STUDY,ALLEEG, </font><font color="#a020f0">'plottype'</font><font color="#000000">,
</font><font color="#a020f0">'curve'</font><font color="#000000">,
</font><font color="#a020f0">'timerange'</font><font color="#000000">,
[-5300 -5000], </font><font color="#a020f0">'channels'</font><font color="#000000">,{</font><font color="#a020f0">'OZ'</font><font color="#000000">});</font></font></font></p>
<p style="margin-bottom:0in"><br>
</p>

</div>