It appears my first comment failed to reach the page. Basically, if you want to use this in a subplot structure do:
- comment out "figure(..."
- pos=get(gca,'pos'); instead of pos = [0.1 0.1 0.7 0.8];
- pos(3)=pos(3)-offset; instead of pos(3)=pos(3)-offset/2;
Thanks
4
26 Feb 2013
plotyyy
PLOTYYY - Extends plotyy to include a third y-axis
Comment only