User`s guide

Graphics
2-27
Functionality Result Use Instead Compatibility Considerations
'phong' value for the
EdgeLighting and
FaceLighting properties
for surface and patch objects
Uses gouraud
lighting
instead
'gouraud'
option
Replace all instances of
setting the EdgeColor
or FaceColor property
to 'phong' with the
'gouraud' value instead.
Using the Children
property for the axes to get
the text objects for the title
and axis labels
Does not
return these
objects
Title,
XLabel,
YLabel, and
ZLabel axes
properties
The text objects used for the
title and axis labels are no
longer children of axes. Use
the Title, XLabel, YLabel,
and ZLabel properties
for the axes to get the text
objects instead.
Passing text, image,
rectangle, and annotation
objects as an input
argument to the legend
function
Errors Not
applicable
Remove all instances of
passing these objects to
the legend function. Text,
image, rectangle, and
annotation objects are not
included in the legend.
neverselect,
autoselect, advise,
verbose and quiet inputs
for the opengl function
Warns Not
applicable
Remove all instances of
using these inputs with the
opengl function.
'zbuffer' option for the
figure Renderer property
Uses OpenGL
renderer
instead
The
'opengl' or
'painters'
options
Replace all instances of
setting the Renderer
property to 'zbuffer' with
'opengl' or 'painters'.
The default renderer is
'opengl'.
ResizeFcn figure property Still runs SizeChangedFcn
figure
property
Use of the ResizeFcn
figure property is not
recommended. Use the
SizeChangedFcn figure
property instead.