help-octave
[Top][All Lists]
Advanced

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

Re: Data cursor in Octave


From: roland65
Subject: Re: Data cursor in Octave
Date: Tue, 21 Feb 2017 05:05:39 -0800 (PST)

Pantxo wrote
> I went the .m file/uimenu route and it seems to works correctly. I attched
> the preliminary files.

I found an issue in the datacursor.m function. Indeed, if you have two
figures (1 and 2) and figure 2 is the current figure, then datacursor(1)
displays the cursor on the current figure (figure 2), not on figure 1.

I guess you simply forgot to add the figure handle to the annotation()
function call. So I attach the fixed datacursor.m function.

datacursor.m
<http://octave.1599824.n4.nabble.com/file/n4681956/datacursor.m>  



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Data-cursor-in-Octave-tp4681801p4681956.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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