<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div>I'm using the parameter colorscheme is to make the contour plot itself colored, but it doesn't give me the bar on the right, which I have to make manually. I'd like to have that done by the script as well, is there a way?</div><div>Here is my complete function call line, and I can't figure out what I'm missing.</div><div>Thanks!</div><div>Yifan</div><div><br></div><div><br><div><div>PlotData(</div><div>xAxisColumn 1,</div><div>yAxisColumn 2,&nbsp;</div><div>zAxisColumn 3,&nbsp;</div><div>window FrontmostWindow(dataType),&nbsp;</div><div>autoX true, autoY true,&nbsp;</div><div>xScaling linScaling, yScaling&nbsp;linScaling,&nbsp;</div><div>xAxis 1, yAxis 1,&nbsp;</div><div>newWindow false, newGraph true,&nbsp;</div><div>selRowsOnly false, drawErrors false,&nbsp;</div><div>connected false,&nbsp;</div><div>plotType scatterPlot,&nbsp;</div><div>curveOpacity 1, fillOpacity 1,&nbsp;</div><div>colorScheme 'red-white-blue-2',&nbsp;</div><div>zFirst -0.005, zLast 0.005,&nbsp;</div><div>zScl 0,&nbsp;</div><div>autoZ false,&nbsp;</div><div>drawColorPlot true,&nbsp;</div><div>drawContourPlot true,&nbsp;</div><div>drawPoints false,&nbsp;</div><div>pointsOpacity 1,&nbsp;</div><div>interpolationType interpolAutomatic,&nbsp;</div><div>extrapolate true);</div> <br></div><div></div></div></body></html>