bugGNU Octave - Bugs: bug #39530, plot with '@' doesn't cycle plot...

 
 

bug #39530: plot with '@' doesn't cycle plot marker

Submitter:  Rik <rik5>
Submitted:  Fri 19 Jul 2013 07:18:20 PM UTC
   
 
Category:  Plotting Severity:  2 - Minor
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Wont Fix Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 07 Aug 2013 04:24:29 AM UTC, comment #1: 

This is obsolete syntax.  I'm deprecating it by removing it from the documentation.

Rik <rik5>
Group administrator
Fri 19 Jul 2013 07:18:20 PM UTC, original submission:  

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.

Rik <rik5>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-08-07 rik5 StatusNone Wont Fix
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code