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

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

[Octave-bug-tracker] [bug #30036] Scatter plot does not honor color sett


From: Rik
Subject: [Octave-bug-tracker] [bug #30036] Scatter plot does not honor color settings
Date: Wed, 02 Jun 2010 19:34:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9

Update of bug #30036 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

I think this may be a difference between Octave and Matlab calling
conventions for scatter.  According to the documentation, the correct way to
set the color is to call scatter (X, Y, S, C) where S is the size of the
markers and C is the color string.

For your plot,
scatter(1:100,1:100,[],'r') works just fine.  I have used [] for the marker
size to let Octave pick its default.

Does this work for you?




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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