I have a saved .fig file in one of my directories, I have managed to import the fig file as an object in the workspace with f = openfig(path). The figure currently uses a custom line coloring scheme, is there any way I can revert back to the default line coloring by manipulating the properties of the object?
I tried changing the Children of the Axes property but it seems to only change the color of a single line at once, I am trying to do it for all children of this property at once.