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

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

[Octave-bug-tracker] [bug #35559] lines not printed


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #35559] lines not printed
Date: Tue, 21 Feb 2012 19:26:26 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11

Follow-up Comment #23, bug #35559 (project octave):

Opps !

The "visible", "on" should be removed (it's on inherited by the children).


+  haxes = findall (opts.figure, "type", "axes", "visible", "on");


The corrected version is below.


+  haxes = findall (opts.figure, "type", "axes");


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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