Reset xlabel position
Show older comments
Hi all,
I would like to know how can i move the xlabel to it's default position. Using doing somthing like
plot([-1 1],[-1 1])
h = xlabel('X')
reset(h)
xlabel('XX')
moves the xlabel to the (0,0) point inside data area, if i want to have it in a proper original position, i have to do a clf, and plot everything again :(
Any ideas?
Accepted Answer
More Answers (1)
Lorenzo Luengo
on 11 Jul 2011
0 votes
Categories
Find more on Phased Array System Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!