From: Maja on 15 Jun 2010 04:10 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 15 Jun 2010 06:47 "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 18 Jun 2010 07:13 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
|
Pages: 1 Prev: Poor Images from CCD camera Next: Dataimport using datetick problem |