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

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

[Octave-bug-tracker] [bug #39530] plot with '@' doesn't cycle plot marke


From: Rik
Subject: [Octave-bug-tracker] [bug #39530] plot with '@' doesn't cycle plot marker
Date: Fri, 19 Jul 2013 19:18:21 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

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

                 Summary: plot with '@' doesn't cycle plot marker
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Fri 19 Jul 2013 12:18:20 PM PDT
                Category: Plotting
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

The '@' format code is used to cycle to the next plot marker according to the
documentation.  But, it doesn't appear to work.  Instead it seems to be
cycling through the colororder property.

Example:


plot ([1 1 1], [0.5 1 1.5], 's', [2 2 2], [0.5 1 1.5], '@', [3 3 3], [0.5 1
1.5], '@') 
axis ([0 4 0 2])


This could be fixed, the documentation could be changed to reflect that the
colororder is the actual property being cycled, or we might be able to remove
this entirely.  I don't see that Matlab offers this option.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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