help-octave
[Top][All Lists]
Advanced

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

Re: plotyy broken in 3.6.1?


From: marco atzeri
Subject: Re: plotyy broken in 3.6.1?
Date: Sun, 20 May 2012 21:21:27 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

On 5/20/2012 8:22 PM, Ben Abbott wrote:

On May 20, 2012, at 2:10 AM, marco atzeri wrote:

On 5/20/2012 1:54 AM, notMyUsername wrote:

I pushed a fix.

        http://hg.savannah.gnu.org/hgweb/octave/rev/161d06a52360

Ben


on cygwin with gnuplot, it is not effective, only 1 curve is plotted.
I also noticed that a second call to plotyy causes a crash

octave:16>    subplot(3,1,3)
octave:17>    hold on
octave:18>    title('x(t), y(y)')
octave:19>    plotyy(t,x,t,y);
octave:20> plotyy(t,x,t,y)
error: get: invalid handle (= -13.88)
error: called from:
error: /pub/hg/octave_build/../octave/scripts/plot/plotyy.m at line 162, column 10 error: /pub/hg/octave_build/../octave/scripts/plot/plotyy.m at line 110, column 19
error: invalid conversion from real matrix to real scalar
error: __calc_dimensions__: expecting graphics handle as only argument
error: called from:
error: /pub/hg/octave_build/../octave/scripts/plot/private/__go_draw_axes__.m at line 55, column 8 error: /pub/hg/octave_build/../octave/scripts/plot/private/__go_draw_figure__.m at line 167, column 19 error: /pub/hg/octave_build/../octave/scripts/plot/__gnuplot_drawnow__.m at line 86, column 5
octave:20> ^C



reply via email to

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