As you can see here , you can build each default property that you want by combining default + class name + property .
In your case, it will be:
set(0, 'defaultFigureRenderer', 'painters')
respectively
set(groot, 'defaultFigureRenderer', 'painters')
You can check get(groot,'default') .
Remember that the default value is only for the current session! Restarting will omit the changes. To install it permanently, enter a line in the initial file . .
source share