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

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

[Octave-bug-tracker] [bug #56271] scatter function format options produc


From: anonymous
Subject: [Octave-bug-tracker] [bug #56271] scatter function format options produces incorrect plot
Date: Sun, 5 May 2019 21:45:38 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

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

I made a mistake... I was talking about the plot function, and not the scatter
function.

Please correct to:

The plot function formatting options do not work as intended.

Steps to reproduce, assuming any data set of same size:

plot (x,y, 'marker', '+', 'color', 'k');

doesn't produce the same result as this function is used

plot (x,y, 'k+');

I believe those should be the same.

In MATLAB, plot format options are a lot more user friendly.

    _______________________________________________________

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]