theme
Description
Set Theme
theme(
sets the theme of the
current figure to the specified new theme, which can be newtheme
)"light"
,
"dark"
, "auto"
, or a
GraphicsTheme
object. Parentheses are optional for this syntax when
you specify one of the theme names. For example, theme light
is the
same as theme("light")
.
Calling this function sets the Theme
and
ThemeMode
properties of the figure.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2025a