Discussion:
annotation price in axis right chart
gigiolone123
2018-11-17 10:11:09 UTC
Permalink
hi,
look pic:

https://gyazo.com/778b068c85d3e775cdefe0d87eb06860

i want to write (as pic) level close equity

it's possible?



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html
mmuetzel
2018-11-17 18:46:24 UTC
Permalink
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
gigiolone123
2018-11-19 17:57:17 UTC
Permalink
mmutetzel very good..thank



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