From: Samuel GOUGEON Date: Sun, 18 Dec 2016 01:48:42 +0000 (+0100) Subject: help figure_properties: "See also" improved X-Git-Tag: 6.0.0~281 X-Git-Url: http://gitweb.scilab.org/?p=scilab.git;a=commitdiff_plain;h=577b61c47dcd396439ebe17da65f10513525a8f2 help figure_properties: "See also" improved Change-Id: Ib44130b78c8dbc692ffff4539737bc1776a0b8c0 --- diff --git a/scilab/modules/graphics/help/en_US/figure_operations/figure_properties.xml b/scilab/modules/graphics/help/en_US/figure_operations/figure_properties.xml index 225cc00..4c56a21 100644 --- a/scilab/modules/graphics/help/en_US/figure_operations/figure_properties.xml +++ b/scilab/modules/graphics/help/en_US/figure_operations/figure_properties.xml @@ -45,15 +45,6 @@ - figure_style: - - The value of this field defines the figure style. - Since Scilab 5.0, old graphic mode has been disable. - This property will be removed in Scilab 5.4 family. - - - - figure_position: This field contains the position in pixel of the graphic @@ -130,14 +121,6 @@ - info_message: - - This character string set the text displayed in the info bar of the - graphic window. - - - - color_map: Property which defines the colormap used by this figure. The @@ -240,7 +223,8 @@ resize: - This property locks the figure size. Its value can be "on" (default value) or "off" (the figure can not be resized by mouse events). + "on" (default value) allows the user to interactively resize the figure with the mouse. + "off" forbids to do it, but still allows using efficiently the .figure_size property. @@ -269,6 +253,14 @@ + info_message: + + This character string set the text displayed in the info bar of the + graphic window. + + + + visible: @@ -308,10 +300,37 @@ default_axes: - This property enables to manage axes creation in figures. Its value can be "on" (default value) or "off". + "on" (default value) means that the figure has always + a default axes: it is automatically set at the figure creation, + or automatically reset when the last axes of the figure is + intentionally deleted. - If its value is "on", an axes will be created at figure creation and each time the latest axes of the figure is deleted, a new one will be created. If its value is "off", no axes will be initialized at figure creation but an axes can be added in the figure using newaxes function. + "off" means that + + + the newly created figure has no default axes. + + + for an existing figure, it is possible to actually delete + all its existing axes. + + + In both cases, + + + without any axes, the figure can't be the default + target of any plotting instruction. This feature + can be used to protect an interactive interface built in + a figure (like the demos and the ATOMS ones) from being the default + plotting target when there is no other proper opened + graphical figures. + + + It is still possible to force creating an axes using the + newaxes function. + + @@ -444,13 +463,19 @@ plot3d(t,t,sin(t)'*cos(t),35,45,'X@Y@Z',[15,2,4]); See also - lines + event handler functions - set + pixel_drawing_mode - get + colormap + + + xname + + + xinfo scf @@ -462,19 +487,16 @@ plot3d(t,t,sin(t)'*cos(t),35,45,'X@Y@Z',[15,2,4]); gdf - gca - - - gda + findobj axes_properties - hotcolormap + set - event handler functions + get diff --git a/scilab/modules/graphics/help/ja_JP/figure_operations/figure_properties.xml b/scilab/modules/graphics/help/ja_JP/figure_operations/figure_properties.xml index 25a33ef..77ef068 100644 --- a/scilab/modules/graphics/help/ja_JP/figure_operations/figure_properties.xml +++ b/scilab/modules/graphics/help/ja_JP/figure_operations/figure_properties.xml @@ -90,26 +90,6 @@ - figure_style: - - - - - - このフィールドの値は図(figure)の様式を定義します. - - Scilab 5.0以降, 古いグラフィックモードは無効にされています. - - このプロパティは互換性のために残されており,変更することはできません. - - - - - - - - - figure_position: @@ -282,18 +262,6 @@ - info_message: - - - - この文字列はグラフィックウインドウの情報バーに表示されるテキストを指定します. - - - - - - - color_map: @@ -550,8 +518,8 @@ "on" (デフォルト値) または "off" - (図は,マウスイベントによりリサイズできません)とします. - + (図は,マウスイベントによりリサイズできません)とします. Resizing the figure + is always possible with .figure_size. @@ -614,6 +582,18 @@ + info_message: + + + + この文字列はグラフィックウインドウの情報バーに表示されるテキストを指定します. + + + + + + + visible: @@ -711,39 +691,43 @@ - - default_axes: - - - - このプロパティは図における軸の作成を管理します. - - この値は - - "on" (デフォルト値) または "off"とします. - + "on" (default value) means that the figure has always + a default axes: it is automatically set at the figure creation, + or automatically reset when the last axes of the figure is + intentionally deleted. - - - この値が"on"の場合, - - 図の作成時および図の最後の軸が削除される度に軸が作成されます. - - この値が"off"の場合, - - 軸の作成時に軸は初期化されませんが, - - newaxes関数により軸を追加できます. - + "off" means that + + + the newly created figure has no default axes. + + + for an existing figure, it is possible to actually delete + all its existing axes. + + + In both cases, + + + without any axes, the figure can't be the default + target of any plotting instruction. This feature + can be used to protect an interactive interface built in a + figure (like the demos and the ATOMS ones) from being the default + plotting target when there is no other proper opened + graphical figures. + + + It is still possible to force creating an axes using the + newaxes function. + + - - @@ -1031,75 +1015,42 @@ plot3d(t,t,sin(t)'*cos(t),35,45,'X@Y@Z',[15,2,4]); 参考 - - - lines - + event handler functions - - - set - + pixel_drawing_mode - - - get - + colormap + + + xname + + + xinfo - - scf - - - gcf - - - gdf - - - - gca - - - - - - gda - + findobj - - axes_properties - - - - - - hotcolormap - + set - - - イベントハンドラ関数 - + get -