help-octave
[Top][All Lists]
Advanced

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

Re: write letter on axis


From: Brett Green
Subject: Re: write letter on axis
Date: Tue, 18 Jun 2019 10:42:02 -0400

Is something like this what you're looking for?
axes("xtick",[0,.5,1],"xticklabel",["First tick";"Second tick";"Third tick"])
"xtick" sets the locations of the ticks and "xticklabel" sets their labels. Be sure to use semicolons in the "xticklabel" array or the strings will be concatenated.

There are many axes properties that can be customized like this:
https://octave.org/doc/v4.0.1/Axes-Properties.html

- Brett Green


On Tue, Jun 18, 2019 at 9:37 AM LucaLuca via Help-octave <address@hidden> wrote:
hi, it's possible to write lettere on axis ?



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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