comparison doc/interpreter/plot.txi @ 17957:e5566719e0a1

doc: Mention GUI in introduction. Update figure root properties. * intro.txi: Mention GUI in introduction. * plot.txi: Update figure root properties.
author Michael Godfrey <michaeldgodfrey@gmail.com>
date Sun, 10 Nov 2013 11:06:58 -0500
parents d63878346099
children b06a9768b643 200851c87444
comparison
equal deleted inserted replaced
17956:6e43fbab4b29 17957:e5566719e0a1
1042 get (h, "type") 1042 get (h, "type")
1043 ans = figure 1043 ans = figure
1044 get (h, ""); 1044 get (h, "");
1045 error: get: ambiguous figure property name ; possible matches: 1045 error: get: ambiguous figure property name ; possible matches:
1046 1046
1047 __graphics_toolkit__ hittest resize 1047 __enhanced__ hittest resize
1048 __enhanced__ integerhandle resizefcn 1048 __graphics_toolkit__ integerhandle resizefcn
1049 __modified__ interruptible selected 1049 __guidata__ interruptible selected
1050 __myhandle__ inverthardcopy selectionhighlight 1050 __modified__ inverthardcopy selectionhighlight
1051 __plot_stream__ keypressfcn selectiontype 1051 __myhandle__ keypressfcn selectiontype
1052 alphamap keyreleasefcn tag 1052 __plot_stream__ keyreleasefcn tag
1053 beingdeleted menubar toolbar 1053 alphamap menubar toolbar
1054 busyaction mincolormap type 1054 beingdeleted mincolormap type
1055 buttondownfcn name uicontextmenu 1055 busyaction name uicontextmenu
1056 children nextplot units 1056 buttondownfcn nextplot units
1057 clipping numbertitle userdata 1057 children numbertitle userdata
1058 closerequestfcn paperorientation visible 1058 clipping outerposition visible
1059 color paperposition windowbuttondownfcn 1059 closerequestfcn paperorientation windowbuttondownfcn
1060 colormap paperpositionmode windowbuttonmotionfcn 1060 color paperposition windowbuttonmotionfcn
1061 createfcn papersize windowbuttonupfcn 1061 colormap paperpositionmode windowbuttonupfcn
1062 currentaxes papertype windowscrollwheelfcn 1062 createfcn papersize windowkeypressfcn
1063 currentcharacter paperunits windowstyle 1063 currentaxes papertype windowkeyreleasefcn
1064 currentobject parent wvisual 1064 currentcharacter paperunits windowscrollwheelfcn
1065 currentpoint pointer wvisualmode 1065 currentobject parent windowstyle
1066 deletefcn pointershapecdata xdisplay 1066 currentpoint pointer wvisual
1067 dockcontrols pointershapehotspot xvisual 1067 deletefcn pointershapecdata wvisualmode
1068 doublebuffer position xvisualmode 1068 dockcontrols pointershapehotspot xdisplay
1069 filename renderer 1069 doublebuffer position xvisual
1070 handlevisibility renderermode 1070 filename renderer xvisualmode
1071 handlevisibility renderermode
1071 @end smallexample 1072 @end smallexample
1072 1073
1073 The root figure has index 0. Its properties may be displayed by: 1074 The root figure has index 0. Its properties may be displayed by:
1074 @code{get (0, "")}. 1075 @code{get (0, "")}.
1075 1076