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

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

[Octave-bug-tracker] [bug #44978] gnuplot toolkit fails to recognize pro


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #44978] gnuplot toolkit fails to recognize problems with older gnuplot versions
Date: Fri, 01 May 2015 14:44:57 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.6.0

Follow-up Comment #2, bug #44978 (project octave):

But following the spirit of checking for features instead of version numbers,
what should this check be? I never used gnuplot itself, I'm not familiar with
it.

Also, relative to the error in strcat(), maybe it makes sense to have it
handle nargin 0:


octave> horzcat ()
ans = [](0x0)
octave> vertcat ()
ans = [](0x0)
octave> cat (1)
ans = [](0x0)
octave> strcat ()
error: Invalid call to strcat.  Correct usage is:


Seems like Matlab will also throw an error but we maybe we can handle it
better.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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