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

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

[Octave-bug-tracker] [bug #63972] markersize property doesn't work with


From: Dustin Richards
Subject: [Octave-bug-tracker] [bug #63972] markersize property doesn't work with scatter plot
Date: Wed, 29 Mar 2023 01:10:49 -0400 (EDT)

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

                 Summary: markersize property doesn't work with scatter plot
                   Group: GNU Octave
               Submitter: duustin
               Submitted: Wed 29 Mar 2023 05:10:48 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 7.2.0
         Discussion Lock: Any
        Operating System: GNU/Linux
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 29 Mar 2023 05:10:48 AM UTC By: Dustin Richards <duustin>
The 'markersize' property doesn't seem to work when used with the scatter
function.

This line produces no error:

plot([1 2 3], [4 5 6], 'marker', 'o', 'markersize', 5)

But this line

scatter([1 2 3], [4 5 6], 'markersize', 5)

produces this error:

error: __go_scatter__: set: unknown scatter property markersize, unable to
create graphics handle
error: called from
    __scatter__ at line 195 column 8
    scatter at line 92 column 10
    scatter_markersize at line 2 column 1
-verbatim







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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