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: Pantxo Diribarne
Subject: Re: demos which uses patch/legend fails after cset df972b9d080a
Date: Mon, 21 Jul 2014 22:55:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Le 21/07/2014 22:18, Andreas Weber a écrit :
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
Dear  Andy,

Strange, none of those demos fail for me with qt, fltk or gnuplot. I have actually used demos to compare the figures after the cset with those in [1]. Does the failure occur in graphics.cc, in __patch__.m or elsewhere?

I am currently at "hg summary":

parent: 18943:714ce8ca71ea tip
 mkdoc.pl: Tweaks to make code easier to understand for non-Perl experts.
branch: default
bookmarks: @
commit: (clean)
update: (current)
mq:     3 unapplied

Pantxo

[1] http://tech-chat.de/compare_plot_demos/



reply via email to

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