help-octave
[Top][All Lists]
Advanced

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

`text` or `annotation` with coordinate positions


From: oxy
Subject: `text` or `annotation` with coordinate positions
Date: Tue, 17 Dec 2019 14:33:12 +0100

Hi,

is it possible to use plot annotations positioned like that?

     annotation ('textbox', 'southeast', 'string', 'hello world')
     text('textbox', 'location', 'southeast', 'string', 'hello world')

Those commands do not work, but i think you see what i mean
(wanna use coordinate locations).

It adds too much code to extract the values of `axis` and calculate
the proper positions for my text.

Thx



reply via email to

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