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

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

[Octave-bug-tracker] [bug #32204] Can we get a release that doesn't cras


From: anonymous
Subject: [Octave-bug-tracker] [bug #32204] Can we get a release that doesn't crash on scatter([1 2 3], [2 4 6], 'filled') ?
Date: Fri, 21 Jan 2011 18:08:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

Follow-up Comment #1, bug #32204 (project octave):

The development version does not crash, but that is not a valid call to
scatter in Octave.  These produce very similar plots:

In Matlab 2008b:
scatter([1 2 3],[2 4 6],'filled')

In Octave 3.3.51+:
scatter([1 2 3],[2 4 6],72,[],'filled')

Octave requires the intermediate inputs, and by default the marker size is
much smaller.  72 provides a similarly sized marker, and [] provides the
default blue marker (alternatively you can use the other color specifiers that
are valid in Matlab).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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