From: Maja on
After running an m-file from a colleague my plot settings seem to have changed, although I cannot find anything in his file that would have changed them.

Even so, I am no more able to get any text on my plots; no tic-labels, no labels, no title, no legend. How can I get the text back?

Thank you in advance,
Maja
From: Wayne King on
"Maja " <maja.sohlin(a)spray.se> wrote in message <hv7chk$ktp$1(a)fred.mathworks.com>...
> After running an m-file from a colleague my plot settings seem to have changed, although I cannot find anything in his file that would have changed them.
>
> Even so, I am no more able to get any text on my plots; no tic-labels, no labels, no title, no legend. How can I get the text back?
>
> Thank you in advance,
> Maja

Hi Maja, I think you should post some code demonstrating the effect. Don't post some huge file of Matlab code. Try to find a small snippet of code that demonstrates the problem.

After you run your colleague's m-file, if you enter something like

clf reset;

and then plot something, are you able to put labels on?

Wayne
From: Maja on
Unfortunately, I do not have time right now to figure out what could be wrong. However, although restarting Matlab didn't help, restarting Windows did help. So for the moment the text is back.

Thank you for your reply.
/Maja

"Wayne King" <wmkingty(a)gmail.com> wrote in message <hv7lna$hd1$1(a)fred.mathworks.com>...
> "Maja " <maja.sohlin(a)spray.se> wrote in message <hv7chk$ktp$1(a)fred.mathworks.com>...
> > After running an m-file from a colleague my plot settings seem to have changed, although I cannot find anything in his file that would have changed them.
> >
> > Even so, I am no more able to get any text on my plots; no tic-labels, no labels, no title, no legend. How can I get the text back?
> >
> > Thank you in advance,
> > Maja
>
> Hi Maja, I think you should post some code demonstrating the effect. Don't post some huge file of Matlab code. Try to find a small snippet of code that demonstrates the problem.
>
> After you run your colleague's m-file, if you enter something like
>
> clf reset;
>
> and then plot something, are you able to put labels on?
>
> Wayne