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

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

[Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by somb


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by sombrero errors out
Date: Thu, 16 May 2013 18:24:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #16, bug #37290 (project octave):

I'm looking at this one again to see if we can close this one out.  The first
thing I notice is this inconsistency in the documentation:


>> help reset
'reset' is a built-in function from the file libinterp/interpfcn/graphics.cc

 -- Built-in Function:  reset (H, PROPERTY)


has a second input, but second inputs aren't allowed in graphics.cc:


  int nargin = args.length ();

  if (nargin != 1)
    print_usage ();
  else
    {


What is the case here?  Just a typo and "PROPERTY" should be removed?  Or more
code needs to be added to graphics.cc to handle some missing behavior?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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