octave-maintainers
[Top][All Lists]
Advanced

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

Re: demos which uses patch/legend fails after cset df972b9d080a


From: Ben Abbott
Subject: Re: demos which uses patch/legend fails after cset df972b9d080a
Date: Mon, 21 Jul 2014 17:06:31 -0400

On Jul 21, 2014, at 4:18 PM, Andreas Weber <address@hidden> wrote:

> Dear Pantxo, since changeset
> 
> Ă„nderung:        18901:df972b9d080a
> Nutzer:          Pantxo Diribarne <address@hidden>
> Datum:           Sat Jun 21 13:07:57 2014 +0200
> Zusammenfassung: Translate patch property listeners to C++ (bug #42159)
> 
> these demos fails with A(I,J): row index out of bounds; value 2 out of
> bound 1 or A(I,J): column index out of bounds; value 3 out of bound 2
> 
> area 1
> copyobj 2
> legend 18
> legend 19
> legend 35
> pie3 1
> pie3 2
> pie3 3
> ribbon 1
> 
> for example:
> octave:1> demo area 1
> area example 1:
> ## Verify identity sin^2 + cos^2 = 1
> clf;
> t = linspace (0, 2*pi, 100)';
> y = [sin(t).^2, cos(t).^2];
> area (t, y);
> axis tight
> legend ('sin^2', 'cos^2', 'location', 'NorthEastOutside');
> title ('area() plot');
> 
> area example 1: failed
> A(I,J): row index out of bounds; value 2 out of bound 1
> 
> -- Andy

I see the following with gnuplot usign the default branch.

demo pie3 1
pie3 example 1:
 clf;
 pie3 ([5:-1:1], [0, 0, 1, 0, 0]);
 colormap ([1,0,0;0,1,0;0,0,1;1,1,0;1,0,1;0,1,1]);
 title ('pie3() with exploded wedge');

error: __go_draw_axes__: gnuplot (as of v4.2) only supports 3-D filled 
triangular patches
error: called from:
error:   
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/util/private/__go_draw_axes__.m
 at line 655, column 18
error:   
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/util/private/__go_draw_figure__.m
 at line 172, column 17
error:   
/Users/bpabbott/Development/mercurial/default/sources/scripts/plot/util/__gnuplot_drawnow__.m
 at line 86, column 5

However, the other demos work for me (I'm on MacOS X, and can't test the Qt 
toolkit).

Ben




reply via email to

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