Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

label axes

Status
Not open for further replies.

suigeneris

Computer
Joined
Apr 23, 2003
Messages
8
Location
DE
hi everybody,

I can't label the axes as I wish. There are several functions I can use, but I think they are all not the ones I need.

With this one it sets the Label 'mm' in the center of my xaxis.
XLabel('mm')
But I like to have the label at the end of the axis in the same row as my specifying numbers. something like this:

10 20 30 40 mm

and the Yaxis:

mm

10

20

30

I know there is the function:
XLabel('mm', 'Position', [r d]);
But I have no idea to get always the right values for r and d.

anybody an idea?

thx

sui
 
You can move the xlabel having created it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top