Set default TileSpacing and Padding

Hi, is it possibleto set default TileSpacing and Padding for TiledChartLayout properties?
I tried to use
set(groot, 'something')
but I can't figure out what "something" is.
Thank you.

 Respuesta aceptada

Here's how to get the current default setting, which you can then set as you wish.
get(groot,"defaultTiledlayoutPadding")
ans = 'loose'
get(groot,"defaultTiledlayoutTileSpacing")
ans = 'loose'

3 comentarios

Arthur
Arthur el 5 de Mayo de 2023
Hi the cyclist. Thank you for your answer. Do you mind telling me how you find those setting names? I wish I can find all those available settings and change more of them. Thank you.
The command
get(groot, 'default')
only gives very few options. And it seems to include the ones I customized.
To see all the factory-defined property values ...
get(groot,'factory');
To see those related to tiledLayout objects
get(groot,'factoryTiledLayout');
This is discussed near the bottom of this documentation page.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Axes Appearance en Centro de ayuda y File Exchange.

Productos

Versión

R2023a

Etiquetas

Preguntada:

el 5 de Mayo de 2023

Comentada:

el 6 de Mayo de 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by