help-octave
[Top][All Lists]
Advanced

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

Re: annotation price in axis right chart


From: mmuetzel
Subject: Re: annotation price in axis right chart
Date: Sat, 17 Nov 2018 12:46:24 -0600 (CST)

Read the documentation for "text".

Maybe something like:
x_limits = xlim ();
text (x_limits(2), 0, '123', 'Color', 'r');


Markus




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



reply via email to

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