how to plot the Xticklabel on the top of the axes?

hello, im using plottable(x) and i want to move the Xticklabel from the bottom of the axes to the top. any ides?

 Accepted Answer

set(gca,'xaxisLocation','top')
To investigate the openly available options for axes and figures and whatnot, simply do:
set(gca)
...for current axes that was.
HTH

2 Comments

it was an easy one i dont know how i've misst it.
thanks a lot.

Sign in to comment.

More Answers (0)

Categories

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!