__modified__
: "off"
| {"on"
}alphadatamapping
: "direct"
| "none"
| {"scaled"
}alphadatamapping
is unused.
ambientstrength
: scalar, def. 0.30000
ambientstrength
is unused.
backfacelighting
: "lit"
| {"reverselit"
} | "unlit"
backfacelighting
is unused.
beingdeleted
: {"off"
} | "on"
busyaction
: "cancel"
| {"queue"
}buttondownfcn
: string | function handle, def. [](0x0)
cdata
: scalar | matrix, def. [](0x0)
If cdata
is a scalar index into the current colormap or a RGB triplet, it defines the color of all faces.
If cdata
is an N-by-1 vector of indices or an N-by-3 (RGB) matrix, it defines the color of each one of the N faces.
If cdata
is an N-by-M or an N-by-M-by-3 (RGB) matrix, it defines the color at each vertex.
cdatamapping
: "direct"
| {"scaled"
}children
(read-only): vector of graphics handles, def. [](0x1)
children
is unused.
clipping
: "off"
| {"on"
}clipping
is "on"
, the patch is clipped in its parent axes limits.
createfcn
: string | function handle, def. [](0x0)
set (0, "defaultpatchcreatefcn", 'disp ("patch created!")')
.
deletefcn
: string | function handle, def. [](0x0)
diffusestrength
: scalar, def. 0.60000
diffusestrength
is unused.
displayname
: def. ""
edgealpha
: scalar | matrix, def. 1
edgealpha
is unused.
edgecolor
: def. [0 0 0]
edgelighting
: "flat"
| "gouraud"
| {"none"
} | "phong"
edgelighting
is unused.
erasemode
: "background"
| "none"
| {"normal"
} | "xor"
erasemode
is unused.
facealpha
: scalar | matrix, def. 1
facealpha
is unused.
facecolor
: {colorspec} | "none"
| "flat"
| "interp"
, def. [0 0 0]
facelighting
: "flat"
| "gouraud"
| {"none"
} | "phong"
facelighting
is unused.
faces
: def. [1 2 3]
facevertexalphadata
: scalar | matrix, def. [](0x0)
facevertexalphadata
is unused.
facevertexcdata
: def. [](0x0)
handlevisibility
: "callback"
| "off"
| {"on"
}handlevisibility
is "off"
, the patch's handle is not visible in its parent's "children" property.
hittest
: "off"
| {"on"
}interpreter
: "latex"
| "none"
| {"tex"
}interpreter
is unused.
interruptible
: "off"
| {"on"
}linestyle
: {"-"
} | "--"
| "-."
| ":"
| "none"
linewidth
: def. 0.50000
marker
: "*"
| "+"
| "."
| "<"
| ">"
| "^"
| "d"
| "diamond"
| "h"
| "hexagram"
| {"none"
} | "o"
| "p"
| "pentagram"
| "s"
| "square"
| "v"
| "x"
markeredgecolor
: {"auto"
} | "flat"
| "none"
markerfacecolor
: "auto"
| "flat"
| {"none"
}markersize
: scalar, def. 6
normalmode
: {"auto"
} | "manual"
parent
: graphics handleselected
: {"off"
} | "on"
selectionhighlight
: "off"
| {"on"
}specularcolorreflectance
: scalar, def. 1
specularcolorreflectance
is unused.
specularexponent
: scalar, def. 10
specularexponent
is unused.
specularstrength
: scalar, def. 0.90000
specularstrength
is unused.
tag
: string, def. ""
type
(read-only): stringtype
is always "patch"
uicontextmenu
: graphics handle, def. [](0x0)
userdata
: Any Octave data, def. [](0x0)
vertexnormals
: def. [](0x0)
vertices
: vector | matrix, def. 3-by-2 doublevisible
: "off"
| {"on"
}visible
is "off"
, the patch is not rendered on screen.
xdata
: vector | matrix, def. [0; 1; 0]
ydata
: vector | matrix, def. [1; 1; 0]
zdata
: vector | matrix, def. [](0x0)