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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by sombrero errors out
Date: Mon, 20 May 2013 00:26:20 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31

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

Dan,

The syntax below is not valid.


set(gca, "defaultlinewidth", 2.3)


The syntax is ["default", objectname, propertyname].  The objectname is
typically "line", and the property name is "linewidth".  Thus, the proper
syntax includes two consecutive instances of "line".


set(gca, "defaultlinelinewidth", 2.3)


Regarding the "tightinset" error, I've never seen this.  Can you provide an
example script that will trigger this error?



    _______________________________________________________

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]