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: Beat Fasel
Subject: [Octave-bug-tracker] [bug #30036] Scatter plot does not honor color settings
Date: Fri, 04 Jun 2010 08:52: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

Follow-up Comment #3, bug #30036 (project octave):

Thanks a lot, Ben and Rik.

First regarding the alternative way for changing the color as proposed by
Rik: scatter(1:100,1:100,[],'r') instead of scatter(1:100,1:100,'r'). This
works in octave 3.0.5, but in octave 3.2.2, I get the following error:

>> scatter(1:100,1:100,[],'r')
error: invalid value for array property "cdata"
error: called from:
error:   /usr/share/octave/3.2.2/m/plot/__scatter__.m at line 127, column 5
error:   /usr/share/octave/3.2.2/m/plot/scatter.m at line 70, column 7

Furthermore, I tried to patch scatter.m contained in the image toolbox 1.0.10
used in conjunction with octave version 3.2.2:

cp /usr/share/octave/3.2.2/m/plot/scatter.m .
patch scatter.m changeset.patch
patching file scatter.m
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file scatter.m.rej
can't find file to patch at input line 22
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
|diff -r f5f9bc8e83fc -r 542eee355720 scripts/plot/private/__scatter__.m
|--- a/scripts/plot/private/__scatter__.m       Sun May 30 13:45:50 2010
-0700
|+++ b/scripts/plot/private/__scatter__.m       Wed Jun 02 20:17:16 2010
-0400
--------------------------
File to patch:

Did I patch the wrong scatter.m version?

Thanks again!


    _______________________________________________________

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]