Names Default to Here(1); dt4 = Open("$Sample_Import_Data/Cowboy_L.txt"); dt4 << New column("Generator Function", Numeric, Continuous, Formula (sine(sqrt(:x*:x + :y*:y ))) ); pf = dt4 << Profiler( Y( :Generator Function ), Profiler( 0, Term Value( x( 0, Lock( 0 ), Show( 1 ) ), y( 0, Lock( 0 ), Show( 1 ) ) ) ), Surface Profiler( 1, Show Mesh( "X and Y" ), Show Contour( "Below" ), Orthographic projection( 1 ), Resolution( 71.6 ), Z Grid Position( 0.4889 ), Mesh Color( 120, 120, 120 ), Surface Color Theme( "Green to Purple" ), Surface Gradient Type( "Continuous Gradients" ), Contour Color( "Black" ), Response Column Color Theme( "Blue to Green to Red" ), Surface Color Method( "", "Solid", "Solid", "Solid" ), SetVariableAxis( :x, Current Value( 0 ), Axis Data( {} ) ), SetVariableAxis( :y, Axis Data( {} ) ), SetZAxis( Generator Function, Current Value( -0.0277499999999999 ), Axis Data( {} ) ), SetXVariable( :x ), SetYVariable( :y ), Iso Value( 0, -0.495369187436294 ), Frame3D( Set Graph Size( 711, 545 ), Set Hide Lights Border( 1 ), Set Rotation( -63.0976278465285, 1.86475707897736, 53.4362093306386 ), Set View Ortho( 1 ) ), Term Value( x( 0, Min( -6 ), Max( 6 ) ), y( 0, Min( -6 ), Max( 6 ) ) ) ), SendToReport( Dispatch( {"Generator Function"}, "Appearance", OutlineBox, {Close( 0 )} ) ) );