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:36:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

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

                 Summary: scatter function format options produces incorrect
plot
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 06 May 2019 01:36:19 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: pinknoise2077
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The scatter function formatting options do not work as intended. 

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

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

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

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

I believe those should be the same.

In MATLAB, scatter 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]