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

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

[Octave-bug-tracker] [bug #50489] _gnuplot_draw_axes_.m from mercurial:


From: Kusmin
Subject: [Octave-bug-tracker] [bug #50489] _gnuplot_draw_axes_.m from mercurial: with errorbar.m no marker in the legend
Date: Tue, 7 Mar 2017 18:22:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

URL:
  <http://savannah.gnu.org/bugs/?50489>

                 Summary:  _gnuplot_draw_axes_.m from mercurial: with
errorbar.m  no marker in the legend
                 Project: GNU Octave
            Submitted by: akusmin
            Submitted on: Tue 07 Mar 2017 11:22:39 PM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Kusmin
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When _gnuplot_draw_axes_.m from mercurial is used with 4.2.1 release to fix
the bug #50473: (plotting with errorbar: duplicate legend entries)
leads to another problem: marker symbol is not shown in the legend when
errorbar.m is used. The following code demonstrates the problem:

graphics_toolkit gnuplot
a=linspace(1,10,100)
b=sin(a);
myerr=a*0+0.1
h1=errorbar(a,b,myerr)
set(h1,"linestyle",'--',"linewidth",5,"color",'red',"marker","*",'markersize',12);
legend("test");

if plot is used instead of errorbar, the problem is not present.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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