<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Luis<div><br></div><div>I am not sure I understand you correctly, but I understand that you want to programmatically plot z(row, col). If yes, do the following</div><div><br></div><div>1. Open a new Function window</div><div><br></div><div>2. Click the Record button (the button at the top left of the function window)</div><div><br></div><div>3. Now plot your data manually. This will record a script into the function window, e.g. something like</div><div><br></div><div><div>PlotData(xAxisColumn 0, yAxisColumn 0, zAxisColumn 0, window 'Table 1', autoX true, autoY true, xScaling linScaling, yScaling linScaling, xAxis 1, yAxis 1, newWindow true, newGraph true, selRowsOnly false, drawErrors false, connected false, plotType matrixPlot, colorScheme 'blue-red-yellow', zFirst -1, zLast 1, zScl 0, autoZ true, drawColorPlot true, drawContourPlot true, lastRow 5, lastCol 3);</div> <br></div><div>This should get you started.</div><div><br></div><div>Best regards</div><div><br></div><div>Kurt Sutter</div><div>QuantumSoft</div><div><br></div><div><br><div><div>On 19. Mar 2009, at 9:21, Luis Sisamón wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> <font face="Lucida Grande"><span style="font-size:12pt">I need some help, I would like to be able to call the plot data z(row, col), unfortunately I am only able to get data z(x,y)<br> <br> Can anyone help with this?<br> <br> Thanks</span></font> </div>  _______________________________________________<br>proFit-list mailing list<br><a href="mailto:proFit-list@quantum-soft.com">proFit-list@quantum-soft.com</a><br>http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com<br></blockquote></div><br></div></body></html>