set
Set property values on a graph object.
Syntax
Section titled “Syntax”S = set(h, name, value, ...)Description
Section titled “Description”Sets one or more properties on the graph object referenced by handle h. With a single name without a value, returns a list of acceptable values for that property ('auto', 'manual', etc.).
Examples
Section titled “Examples”set(h, 'LineWidth', 2, 'Color', 'red')set(gca, 'XLim', [0 10])