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

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

[Octave-bug-tracker] [bug #54448] Not working scatter(x,y,c);


From: anonymous
Subject: [Octave-bug-tracker] [bug #54448] Not working scatter(x,y,c);
Date: Sun, 5 Aug 2018 09:25:23 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36

URL:
  <http://savannah.gnu.org/bugs/?54448>

                 Summary: Not working scatter(x,y,c);
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sun 05 Aug 2018 01:25:22 PM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Documentation
                  Status: None
             Assigned to: None
         Originator Name: Pritul dave
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54448>

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




reply via email to

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