Graphics Objects
Customize graphics by setting properties of the underlying objects
Graphics objects are the components used by MATLAB® to create visualizations of data. Each object plays a specific role in the graphics display. For example, a line plot consists of a figure object, an axes object, and a chart line object. You can customize graphics objects by setting their properties. For more information about setting properties, see Access Property Values.
Graphics objects are organized into a hierarchy, as shown in the following diagram. The hierarchical nature of graphics objects reflects the containment of objects by other objects. For more information, see Graphics Object Hierarchy.
Categories
- Graphics Object Properties
View and set graphics object properties, define default values
- Creating, Deleting, and Querying Graphics Objects
Find, copy, and delete graphics objects
- Interactive Control and Callbacks
Write programs that respond to user actions, such as mouse clicks
- Object Containers
Group objects and operate on the group as a whole
- Developing Chart Classes
Author your own class of custom chart objects