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

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

[Octave-bug-tracker] [bug #56271] plot function default "linestyle" opti


From: Rik
Subject: [Octave-bug-tracker] [bug #56271] plot function default "linestyle" option when "marker" is specified
Date: Mon, 6 May 2019 15:42:11 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56271 (project octave):

                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #4:

For reference, Matlab behavior for situation #1:


x = 1:5;
y = 1:5;
plot (x, y, 'k+')


This draws black markers with NO connecting line between them.  This behavior
is the same as Octave.

For situation #2:


x = 1:5;
y = 1:5;
plot (x, y, 'marker', '+', 'color', 'k')


This draws black markers WITH a connecting line between them.  This behavior
is the same as Octave.

I'm marking as Works for Me since Octave and Matlab produce identical results.
 This was with R2019A.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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