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: anonymous
Subject: [Octave-bug-tracker] [bug #56271] plot function default "linestyle" option when "marker" is specified
Date: Sun, 5 May 2019 22:34:59 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Follow-up Comment #3, bug #56271 (project octave):

I would have to validate at work what MATLAB does. In any case, it should be
consistent. The correct behavior I am expecting would be one of those two
options:

1) [This is my preference by far as I believe it is more intuitive]
plot(x, y, 'Marker', '+', 'Color', 'k') shouldn't draw the line between the
points because it should assume that if I specify a marker, it means linestyle
= none by default.

2) 
plot(x, y, 'k+') should have the same behavior as plot (x, y, 'Marker', '+',
'Color', 'k'), which is to draw the line between the plot points because the
'linestyle' argument wasn't mentioned.




    _______________________________________________________

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]