bugGNU Octave - Bugs: bug #54448, Not working scatter(x,y,c);

 
 

bug #54448: Not working scatter(x,y,c);

Submitter:  None
Submitted:  Sun 05 Aug 2018 01:25:22 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Documentation
Status:  Works For Me Assigned to:  None
Originator Name:  Pritul dave Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.2
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 06 Aug 2018 03:37:13 AM UTC, comment #2: 

This also works for me so I'm going to close the report.  Also, version 4.2.2 is old and no longer supported.  You wil have better results if you use the latest stable version of 4.4.0.

Rik <rik5>
Group administrator
Sun 05 Aug 2018 01:45:13 PM UTC, comment #1: 

It works for me.
try

 clear all

or start a fresh octave and try again.

Doug Stewart <dastew>
Sun 05 Aug 2018 01:25:22 PM UTC, original submission:  

Hi
I tried to run

Demonstration 1
The following code

 clf;
 x = randn (100, 1);
 y = randn (100, 1);
 scatter (x, y, "r");
 title ("scatter() plot with red bubbles");

and it showing me the errror that it is a syntax error at x of
scatter(x,y,"r");

The image is attached

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #44714:  matlab error.png added by None (10KiB - image/png)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  • -email is unavailable- added by dastew (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-08-06 rik5 StatusNone Works For Me
        Open/ClosedOpen Closed
    2018-08-05 None Attached File- Added matlab error.png, #44714

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code