/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/plotyy.m example 1: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver.m example 1: [x,y] = meshgrid(1:2:20); h = quiver(x,y,sin(2*pi*x/10),sin(2*pi*y/10)) set (h, "maxheadsize", 0.33); /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver.m example 1: failed axes: expecting argument to be a scalar axes handlePress to continue: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver.m example 2: axis("equal"); x=linspace(0,3,80); y=sin(2*pi*x); theta=2*pi*x+pi/2; quiver(x,y,sin(theta)/10,cos(theta)/10); hold on; plot(x,y,"r"); hold off; /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver.m example 2: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver3.m example 1: [x,y]=meshgrid (-1:0.1:1); z=sin(2*pi*sqrt(x.^2+y.^2)); theta=2*pi*sqrt(x.^2+y.^2)+pi/2; quiver3(x,y,z,sin(theta),cos(theta),ones(size(z))); hold on; mesh(x,y,z); hold off; /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver3.m example 1: failed axes: expecting argument to be a scalar axes handlePress to continue: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver3.m example 2: [x, y, z] = peaks (25); surf (x, y, z); hold on; [u, v, w] = surfnorm (x, y, z / 10); h = quiver3 (x, y, z, u, v, w); set (h, "maxheadsize", 0.33); /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/quiver3.m example 2: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/refreshdata.m example 1: x = 0:0.1:10; y = sin (x); plot (x, y, "ydatasource", "y"); for i = 1 : 100 pause(0.1) y = sin (x + 0.1 * i); refreshdata(); endfor /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/refreshdata.m example 1: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/ribbon.m example 1: [x, y, z] = sombrero (); [x, y] = meshgrid (x, y); ribbon (y, z); /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/ribbon.m example 1: failed get: invalid handle (= -112.367)/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/rose.m example 1: rose ([2*randn(1e5,1), pi + 2 * randn(1e5,1)]) /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/rose.m example 1: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/scatter.m example 1: x = randn (100, 1); y = randn (100, 1); scatter (x, y, [], sqrt(x.^2 + y.^2)); /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/scatter.m example 1: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/scatter3.m example 1: [x, y, z] = peaks (20); scatter3 (x(:), y(:), z(:), [], z(:)); /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/scatter3.m example 1: failed axes: expecting argument to be a scalar axes handle/Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/shading.m example 1: figure(1); clf sombrero shading faceted title('shading "faceted"') figure(2); clf sombrero shading interp title('shading "interp"') figure (3); clf pcolor (peaks ()) shading faceted title('shading "faceted"') figure (4); clf pcolor (peaks ()) shading interp title('shading "interp"') [...] warning: implicit conversion from matrix to real vector /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/surfnorm.m example 1: failed Invalid call to any. Correct usage is: -- Built-in Function: any (X, DIM) Additional help for built-in functions and operators is available in the on-line version of the manual. Use the command `doc ' to search the manual index. Help and information about Octave is also available on the WWW at http://www.octave.org and via the address@hidden mailing list. error: get: invalid handle (= -93.6329) error: called from: error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/__go_draw_axes__.m at line 60, column 9 error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/__go_draw_figure__.m at line 56, column 8 error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/plot/gnuplot_drawnow.m at line 68, column 5 error: input: reading user-input failed! error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/testfun/demo.m at line 111, column 7 error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/testfun/rundemos.m at line 65, column 2 error: /Users/bpabbott/Development/mercurial/octave-3.1.51/scripts/testfun/rundemos.m at line 52, column 5 octave:2>