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

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

[Octave-bug-tracker] [bug #36480] No markers in Legends with errorbar-pl


From: anonymous
Subject: [Octave-bug-tracker] [bug #36480] No markers in Legends with errorbar-plot
Date: Wed, 16 May 2012 10:32:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

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

                 Summary: No markers in Legends with errorbar-plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mi 16 Mai 2012 10:32:10 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This problem seem to be solved in bug #29057 in Octave Version 3.2.3.

However, in my version 3.4.0 marker are still not present in plots like
errorbar() or semilogyerr().

An example:


figure(1)
semilogyerr([1:3],[10^1 10^2 10^3],[10^0.2 10^0.5 10^1],'ko')
legend('1')
figure(2)
errorbar([1:3],[3 5 6],[1 2 2.5],'ko')
legend('2')


I am not able to change octave files in a way that helps. Is anyone here to
give me the patched files to solve this problem. 
Thanks for help!
Christian





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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