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

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

[Octave-bug-tracker] [bug #50489] errorbar does not display marker in le


From: Rik
Subject: [Octave-bug-tracker] [bug #50489] errorbar does not display marker in legend (gnuplot only)
Date: Wed, 13 Dec 2017 13:37:58 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #2, bug #50489 (project octave):

I've added Dan Sebald to the CC list since he is the main programmer of the
interface to gnuplot.

I also modified the example to see more clearly what is going on.


close all
graphics_toolkit gnuplot
a=linspace(1,10,20);
b=sin(a);
myerr=a*0+0.1;
h1=errorbar(a,b,myerr);
set(h1,"linestyle",'--',"linewidth",2,"color",'red',"marker","x",'markersize',8);
legend("test"); 
h = copyobj (1);
graphics_toolkit (h, "fltk");


This is attached as the file tst_errbar_gnuplot.m


(file #42641)
    _______________________________________________________

Additional Item Attachment:

File name: tst_errbar_gnuplot.m           Size:0 KB


    _______________________________________________________

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]