octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL t


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #49260] gnuplot visual differences to OpenGL toolkit
Date: Tue, 4 Oct 2016 20:43:57 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #3, bug #49260 (project octave):

FUNCTION    DEMO #      ISSUE
errorbar    3,4         Four keys in legend rather than two

Hmm, it's as if the code that set the variable 'errbars' is missing, deleted
or something.  All I see is an initialization:


        usingclause{data_idx} = sprintf ("record=%d", numel (obj.xdata));
        errbars = "";


but nothing after that.  I would think that errbars should be assigned things
like "xerr", "yerr", "boxxy", etc.

http://gnuplot.sourceforge.net/demo_5.1/mgr.html

Tortoise HG has a convenient history search.  Unfortunately, I can't COPY the
table it creates and PASTE here.  So, I will just list the changesets that
have this type of line


                errbars = "xyerrorbars";


They are:

11655
10597
10549
7541

The first couple (7541 and 10549) look like the addition of "xyerrorbars" and
then a move of "xyerrorbars".  The third (10597) looks like a removal of
"xyerrorbars" by one user and then putting them back in place by another user.
 Could it be that some type of patch/branch wasn't merged properly or someone
didn't realize they were working with an older file?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49260>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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