highlight & plotyy

20 views
Skip to first unread message

Nic868

unread,
Jan 22, 2014, 5:14:44 PM1/22/14
to iris-t...@googlegroups.com
Hi,

I noticed that adding text with the highlight function does not seem to work with plotyy. Perhaps I am using the wrong handle.

Thank you for any insight on this,

Nicholas


% plot
fig_hand = plot([tseries(qq(2010,1),rand(10,1)) tseries(qq(2010,1),rand(10,1))]);
axes_hand = findobj(gcf,'type','axe');
highlight(gca,qq(2011,1):qq(2011,2),'caption=','Text here');

% plotyy
fig_hand = plotyy(tseries(qq(2010,1),rand(10,1)),100*tseries(qq(2010,1),rand(10,1)));
axes_hand = findobj(gcf,'type','axe');
highlight(axes_hand(1),qq(2010,3):qq(2010,4),'caption=','Text here 1');
highlight(axes_hand(2),qq(2012,1):qq(2012,2),'caption=','Text here 2');

Jaromir Benes

unread,
Jan 22, 2014, 5:54:07 PM1/22/14
to Nic868, the-iris-toolbox [discussion forum]
Another little bug :) Will be fixed in the next release (soon).

Thanks,
Jaromir


--
You received this message because you are subscribed to the Google Groups "iris-toolbox-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iris-toolbox...@googlegroups.com.
To post to this group, send email to iris-t...@googlegroups.com.
Visit this group at http://groups.google.com/group/iris-toolbox.
For more options, visit https://groups.google.com/groups/opt_out.

Nic868

unread,
Jan 22, 2014, 6:21:45 PM1/22/14
to iris-t...@googlegroups.com
No problem at all,

IRIS is such a great tool, these little bugs do not bug me at all.

Thanks,

Nicholas

Jaromir Benes

unread,
Jan 22, 2014, 6:23:12 PM1/22/14
to Nic868, the-iris-toolbox [discussion forum]
Thanks Nicholas :)


Reply all
Reply to author
Forward
0 new messages