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

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

[Octave-bug-tracker] [bug #37328] errorbar incorrectly connects points


From: Aqeel Akber
Subject: [Octave-bug-tracker] [bug #37328] errorbar incorrectly connects points
Date: Wed, 12 Sep 2012 03:23:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.81 Safari/537.1

Follow-up Comment #4, bug #37328 (project octave):

Hi Rik, thanks for your participation. 

I should clarify that all the plots attached were made with the same script.
Using your first test case provides no difference.

(3.2.4): The errorbar bug in 3.2.4 after downgrading is identical to that of
bug #30998 and Simon's proposed fix works. It is a ugly hack but works well.
I'm not sure why the behaviour changed with the same package from the debian
repo's. 

(3.6.3): 
Using the code

errorbar (x,y1,1,"~x", x,y2, 0.5,"~^", x,y3,2,"~*")


Works as intended with gnuplot 4.6.0.
Sorry, it's just a change in syntax I did not pick up which changed in
versions. This bug can be considered closed.

I must say though, the implementation of errorbar in 3.6.3 is poorer than in
3.2.4.
If I may add some suggestions here? As I am a very heavy user of Octave. (I
also have found another problem)
Firstly, it is important to understand Error bar plots ordinarily don't have
lines connecting the points.

1. Do not have errorbar lines connected by default instead make it an option.
2. In 3.2.4 the marker style of the error bar changes for multiple plots by
default. This is great. 
3. (PROBLEM WITH 3.6.3): When a legend is created in 3.6.3 of error bar plots
it does not show the marker style. If the plot is printed in monochrome it
will be impossible to differentiate the plots. In 3.2.4 there is not this
issue. I have attached two images as png files showing the difference.

In fact, after applying fix to the bug #30998 of 3.2.4's errorbar function it
is perfect and 3.6.3's should be identical to this.



(file #26538, file #26539)
    _______________________________________________________

Additional Item Attachment:

File name: errorbar324.png                Size:20 KB
File name: errorbar363.png                Size:20 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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