__modified__
: "off"
| {"on"
}alphamap
: def. 64-by-1 doublealphamap
is unused.
beingdeleted
: {"off"
} | "on"
busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
children
(read-only): vector of graphics handles, def. [](0x1)
clipping
: "off"
| {"on"
}clipping
is unused.
closerequestfcn
: string | function handle, def. "closereq"
color
: colorspec, def. [1 1 1]
colormap
: N-by-3 matrix, def. 64-by-3 doublecreatefcn
: string | function handle, def. [](0x0)
set (0, "defaultfigurecreatefcn", 'disp ("figure created!")')
.
currentaxes
: graphics handle, def. [](0x0)
currentcharacter
(read-only): def. ""
currentcharacter
is unused.
currentobject
(read-only): graphics handle, def. [](0x0)
currentpoint
(read-only): two-element vector, def. [0; 0]
units
property and their origin is the lower left corner of the plotting area.
Events which set currentpoint
are
windowbuttonupfcn
is defined
windowbuttonmotionfcn
is defined
deletefcn
: string | function handle, def. [](0x0)
dockcontrols
: {"off"
} | "on"
dockcontrols
is unused.
doublebuffer
: "off"
| {"on"
}filename
: string, def. ""
handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the figure's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}integerhandle
: "off"
| {"on"
}interruptible
: "off"
| {"on"
}inverthardcopy
: {"off"
} | "on"
keypressfcn
: string | function handle, def. [](0x0)
keyreleasefcn
: string | function handle, def. [](0x0)
keypressfcn
, the keyboard callback functions. These callback functions are called when a key is pressed/released respectively. The functions are called with two input arguments. The first argument holds the handle of the calling figure. The second argument holds an event structure which has the following members:
Character:
Key:
Modifier:
menubar
: {"figure"
} | "none"
mincolormap
: def. 64
name
: string, def. ""
numbertitle
property.
nextplot
: {"add"
} | "new"
| "replace"
| "replacechildren"
numbertitle
: "off"
| {"on"
}outerposition
: four-element vector, def. [-1 -1 -1 -1]
paperorientation
: "landscape"
| {"portrait"
} | "rotated"
paperposition
: four-element vector, def. [0.25000 2.50000 8.00000 6.00000]
[x0 y0 width height]
defining the position of the figure (in paperunits
units) on the printed page. Setting paperposition
also forces the paperpositionmode
property to be set to "manual"
.
paperpositionmode
: "auto"
| {"manual"
}paperpositionmode
is set to "auto"
, the paperposition
property is automatically computed: the printed figure will have the same size as the on-screen figure and will be centered on the output page.
papersize
: two-element vector, def. [8.5000 11.0000]
[width height]
defining the size of the paper for printing. Setting this property forces the papertype
property to be set to "<custom>"
.
papertype
: "<custom>"
| "a"
| "a0"
| "a1"
| "a2"
| "a3"
| "a4"
| "a5"
| "arch-a"
| "arch-b"
| "arch-c"
| "arch-d"
| "arch-e"
| "b"
| "b0"
| "b1"
| "b2"
| "b3"
| "b4"
| "b5"
| "c"
| "d"
| "e"
| "tabloid"
| "uslegal"
| {"usletter"
}papertype
also changes papersize
accordingly.
paperunits
: "centimeters"
| {"inches"
} | "normalized"
| "points"
paperposition
property.
parent
: graphics handle, def. 0
pointer
: {"arrow"
} | "botl"
| "botr"
| "bottom"
| "circle"
| "cross"
| "crosshair"
| "custom"
| "fleur"
| "fullcrosshair"
| "hand"
| "ibeam"
| "left"
| "right"
| "top"
| "topl"
| "topr"
| "watch"
pointer
is unused.
pointershapecdata
: def. 16-by-16 doublepointershapecdata
is unused.
pointershapehotspot
: def. [0 0]
pointershapehotspot
is unused.
position
: four-element vector, def. [300 200 560 420]
renderer
: "none"
| "opengl"
| {"painters"
} | "zbuffer"
renderermode
: {"auto"
} | "manual"
resize
: "off"
| {"on"
}resizefcn
: string | function handle, def. [](0x0)
selected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}selectiontype
: "alt"
| "extend"
| {"normal"
} | "open"
selectiontype
is unused.
tag
: string, def. ""
toolbar
: {"auto"
} | "figure"
| "none"
toolbar
is unused.
type
(read-only): stringtype
is always "figure"
uicontextmenu
: graphics handle, def. [](0x0)
units
: "centimeters"
| "characters"
| "inches"
| "normalized"
| {"pixels"
} | "points"
position
and outerposition
properties.
userdata
: Any Octave data, def. [](0x0)
visible
: "off"
| {"on"
}visible
is "off"
, the figure is not rendered on screen.
windowbuttondownfcn
: string | function handle, def. [](0x0)
windowbuttonmotionfcn
: string | function handle, def. [](0x0)
windowbuttonupfcn
: string | function handle, def. [](0x0)
windowbuttondownfcn
and windowbuttonmotionfcn
, the mouse callback functions. These callback functions are called when a mouse button is pressed, dragged, or released respectively. When these callback functions are executed, the currentpoint
property holds the current coordinates of the cursor.
windowkeypressfcn
: string | function handle, def. [](0x0)
windowkeyreleasefcn
: string | function handle, def. [](0x0)
windowscrollwheelfcn
: string | function handle, def. [](0x0)
windowstyle
: "docked"
| "modal"
| {"normal"
}wvisual
: def. ""
wvisualmode
: {"auto"
} | "manual"
xdisplay
: def. ""
xvisual
: def. ""
xvisualmode
: {"auto"
} | "manual"