From: Sylvestre Ledru Date: Thu, 6 Dec 2012 17:11:44 +0000 (+0100) Subject: xselect help page removed (the feature was already removed) X-Git-Tag: 5.4.1~695 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=032e9adb4ff47df68f8c4aec012222de5382d8e7 xselect help page removed (the feature was already removed) Change-Id: I27419bb9c01ecc6451c41c0f49ad565317d93f3c --- diff --git a/scilab/modules/elementary_functions/help/ja_JP/elementarymatrices/ndgrid.xml b/scilab/modules/elementary_functions/help/ja_JP/elementarymatrices/ndgrid.xml index 7a76447..eaa5b6c 100644 --- a/scilab/modules/elementary_functions/help/ja_JP/elementarymatrices/ndgrid.xml +++ b/scilab/modules/elementary_functions/help/ja_JP/elementarymatrices/ndgrid.xml @@ -106,7 +106,7 @@ y = linspace(-1,1,ny); deff("z=f(x,y)","z=x.^2 + y.^3") Z = f(X,Y); clf() -plot3d(x,y,Z, flag=[2 6 4]); xselect() +plot3d(x,y,Z, flag=[2 6 4]); show_window() ]]> nx = 40; ny = 40; diff --git a/scilab/modules/graphics/help/en_US/window_control/xselect.xml b/scilab/modules/graphics/help/en_US/window_control/xselect.xml deleted file mode 100644 index eeed877..0000000 --- a/scilab/modules/graphics/help/en_US/window_control/xselect.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - xselect - raise the current graphics window - - - Calling Sequence - xselect() - - - Description - - xselect raises the current graphics window. - It creates the window if none exists. - - - - This function is obsolete and will be removed in Scilab 5.4. - It has been replaced by the show_window function. - - - - - See Also - - - show_window - - - - diff --git a/scilab/modules/graphics/help/ja_JP/window_control/xselect.xml b/scilab/modules/graphics/help/ja_JP/window_control/xselect.xml deleted file mode 100644 index 941523c..0000000 --- a/scilab/modules/graphics/help/ja_JP/window_control/xselect.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - - xselect - カレントのグラフィックウインドウを前面に移動 - - - 呼び出し手順 - xselect() - - - 説明 - - xselectはカレントのグラフィックウインドウを前にだします. - 存在しない場合にはウインドウを作成します. - - - 警告: この関数は廃止予定で, Scilab 5.4 で削除される予定です. - この関数は,show_window関数で代替されています. - - - - 参照 - - - show_window - - - - diff --git a/scilab/modules/graphics/help/pt_BR/window_control/xselect.xml b/scilab/modules/graphics/help/pt_BR/window_control/xselect.xml deleted file mode 100644 index 7a84dee..0000000 --- a/scilab/modules/graphics/help/pt_BR/window_control/xselect.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - xselect - restaura a janela de gráficos corrente - - - Seqüência de Chamamento - xselect() - - - Descrição - - xselect restaura a janela de gráficos corrente. - Se tal janela não existir, uma é criada. - - Aviso: está função está obsoleta e será removida no Scilab 5.4. Ela - foi substituída pela função show_window. - - - - Ver Também - - - show_window - - - - - Autores - J.Ph.C. - Jean-Baptiste Silvy - - diff --git a/scilab/modules/interpolation/help/ja_JP/interp2d.xml b/scilab/modules/interpolation/help/ja_JP/interp2d.xml index 95575bd..9cab103 100644 --- a/scilab/modules/interpolation/help/ja_JP/interp2d.xml +++ b/scilab/modules/interpolation/help/ja_JP/interp2d.xml @@ -160,7 +160,7 @@ xtitle("extrapolation with the periodic outmode") subplot(2,2,4) plot3d(xx, yy, zz4, flag=[2 6 4]) xtitle("extrapolation with the natural outmode") -xselect() +show_window() ]]> diff --git a/scilab/modules/interpolation/help/ja_JP/linear_interpn.xml b/scilab/modules/interpolation/help/ja_JP/linear_interpn.xml index 4e1cf13..375f631 100644 --- a/scilab/modules/interpolation/help/ja_JP/linear_interpn.xml +++ b/scilab/modules/interpolation/help/ja_JP/linear_interpn.xml @@ -160,7 +160,7 @@ plot3d(xx, xx, zp, flag=[2 6 4]) param3d1(xg,yg, list(z,-9*ones(1,n)), flag=[0 0]) xtitle("Bilinear interpolation of 2sin(x)sin(y)") legends("interpolation points",-9,1) -xselect() +show_window() // example 3 : bilinear interpolation and experimentation // with all the outmode features @@ -197,7 +197,7 @@ xtitle("by_zero") subplot(2,3,6) plot3d(xp, yp, zp5, leg="x@y@z", flag = [2 4 4]) xtitle("by_nan") -xselect() +show_window() // example 4 : trilinear interpolation (see splin3d help // page which have the same example with @@ -234,7 +234,7 @@ xset("hidden3d",xget("background")) colorbar(vmin,vmax) plot3d(XF, YF, list(ZF,color), flag=[-1 6 4]) xtitle("tri-linear interpolation of "+func) -xselect() +show_window() ]]>