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

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

[Octave-bug-tracker] [bug #62470] plot: Numeric scalars are no longer re


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #62470] plot: Numeric scalars are no longer recognized as line format identifiers
Date: Mon, 16 May 2022 03:52:21 -0400 (EDT)

Update of bug #62470 (project octave):

                  Status:                    None => Need Info              
        Operating System:               GNU/Linux => Any                    
                 Summary: Multi variable plot fails with unknown line property
=> plot: Numeric scalars are no longer recognized as line format identifiers

    _______________________________________________________

Follow-up Comment #1:

I can reproduce on Windows with Octave 7.1.0.

Complete steps to reproduce:

x = linspace(0,pi,100);
plot(x,sin(x),'1+;CP+1;', x,cos(x),"2+;CP+2;");


Most probably '1' or "2" are no longer recognized as line format identifiers.

I can't find their meaning documented anywhere. What should these line formats
do?

Something like the following command still works:

x = linspace(0,pi,100);
plot(x,sin(x),'b+;CP+1;', x,cos(x),"m+;CP+2;");



See also bug #62394 which sounds pretty similar. Fixing this bug will likely
also fix the other bug.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62470>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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