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: Mike Miller
Subject: [Octave-bug-tracker] [bug #56271] plot function default "linestyle" option when "marker" is specified
Date: Sun, 5 May 2019 22:27:02 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36

Update of bug #56271 (project octave):

              Item Group:        Incorrect Result => Matlab Compatibility   
                  Status:                    None => Need Info              
                 Summary: scatter function format options produces incorrect
plot => plot function default "linestyle" option when "marker" is specified

    _______________________________________________________

Follow-up Comment #2:

Yes, the equivalent plot commands in Octave are


plot (x, y, 'k+')


and


plot (x, y, 'marker', '+', 'color', 'k', 'linestyle', 'none')


The default in Matlab for the 'LineStyle' property is '-', meaning a solid
line. Does Matlab implicitly change the value of 'LineStyle' to 'none' when
the command


plot (x, y, 'Marker', '+', 'Color', 'k')


is used? Is it because 'Marker' is specified without 'LineStyle' that the
default is changed?

    _______________________________________________________

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]