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

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

[Octave-bug-tracker] [bug #45297] GUI crash when calling scatter (x, y,


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #45297] GUI crash when calling scatter (x, y, [], color)
Date: Wed, 10 Jun 2015 21:22:19 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33

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

On my Win7 64-bit box the following works for me with octave-4.0.0 (as
released of ftp.gnu.org) and 64-bit 4.1.0+ (development version), with fltk
and qt toolkits:

x = 1:10
y = sin(x)
scatter (x, y, [], sqrt (x))


So if it is a bug at all, it looks to be something specific for Win 8.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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