MATLAB: Defining styles of plots to ensure a comman appearance

plotstyle

Hi.
I need to define a few appearances (styles) of plots (e.g.colors, grids, ..) to ensure all plots I will do have the same look. What is a good way to do that? I have started doing that, storing that information in a structure and then starting with a figure handle and going along the children to apply all of this. That seems unnecessarily complicated, is there a better way to do that?
Thank's

Best Answer

I tried to attach an example figure. Obviously I do not want yellow legends and pink backgrounds later, it is an example where I can easily see whether Matlab does what I told it to do. Later I want to define a style (e.g. 'pink') and each plot my code creates should have the same look.