help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Number of decimals of axis labels


From: Ben Abbott
Subject: Re: Number of decimals of axis labels
Date: Thu, 11 Jun 2009 16:38:54 -0400


On Jun 11, 2009, at 10:51 AM, German Ocampo wrote:

Good afternoon.

I making a plot of two simple vectors, and I need to change the number of decimals of the axis labels. Do you have some tip in how to do it? Is it possible to change the orientation of the y-axis title rotated 90 degrees?

Thanks

German

Presently there is no method specify the rotation of the tick labels. However, you can try using text objects to create the labels you want.

To do that you'll need to turn off the ticklabels.

        set (gca, "yticklabel", [])

Ben



reply via email to

[Prev in Thread] Current Thread [Next in Thread]