[proFit-list] use script to change z-axis properties

Yifan Song yfsong at u.washington.edu
Thu Nov 26 23:10:46 CST 2009


Hi,
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?
Here is my complete function call line, and I can't figure out what  
I'm missing.
Thanks!
Yifan


PlotData(
xAxisColumn 1,
yAxisColumn 2,
zAxisColumn 3,
window FrontmostWindow(dataType),
autoX true, autoY true,
xScaling linScaling, yScaling linScaling,
xAxis 1, yAxis 1,
newWindow false, newGraph true,
selRowsOnly false, drawErrors false,
connected false,
plotType scatterPlot,
curveOpacity 1, fillOpacity 1,
colorScheme 'red-white-blue-2',
zFirst -0.005, zLast 0.005,
zScl 0,
autoZ false,
drawColorPlot true,
drawContourPlot true,
drawPoints false,
pointsOpacity 1,
interpolationType interpolAutomatic,
extrapolate true);



On Nov 26, 2009, at 8:52 PM, pro Fit Support wrote:

> To do this by script:
>
> When issuing the PlotData or PlotFunction command, pass the  
> parameter "colorScheme", such as:
>
> PlotFunction(plotType functionContour, drawColorPlot True,  
> drawContourPlot True, colorScheme 'blue-red-green')
>
>
>
> Best regards
>
> Kurt Sutter
>
>
>
> On 26 Nov 2009, at 12:44, Yifan Song wrote:
>
>> Hi all,
>> I'm having trouble finding the right function that would allow me  
>> to draw the colored z-axis when plotting the contour map. Nothing  
>> shows up when I try to record turning on the box either. Does  
>> anyone know if it can be done by script?
>> Thanks!
>> Yifan
>>
>> --------------------------------------------------------------------------------------------
>> Yifan Song, Ph.D.
>> mailto: yfsong at u.washington.edu
>> Department of Biochemistry
>> J-405 Health Sciences Building
>> Box 357350
>> University of Washington
>> 1959 NE Pacific
>> Seattle WA 98195
>>
>>
>>
>> _______________________________________________
>> proFit-list mailing list
>> proFit-list at quantum-soft.com
>> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com
>
> _______________________________________________
> proFit-list mailing list
> proFit-list at quantum-soft.com
> http://quantum-soft.com/mailman/listinfo/profit-list_quantum-soft.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20091126/ad2782de/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled Drawing 2.pdf
Type: application/pdf
Size: 126765 bytes
Desc: not available
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20091126/ad2782de/attachment-0001.pdf>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://quantum-soft.com/pipermail/profit-list_quantum-soft.com/attachments/20091126/ad2782de/attachment-0003.html>


More information about the proFit-list mailing list