help-octave
[Top][All Lists]
Advanced

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

set(0, "defaultaxeslinewidth", 3) not working


From: Muhali
Subject: set(0, "defaultaxeslinewidth", 3) not working
Date: Fri, 17 Feb 2012 11:26:20 -0800 (PST)

As far as I understand,

set(0, "defaultaxeslinewidth", 3)

sets all child line objects to a default of width 3. But the following shows
that this is not the case:

h = line([0 1], [0 1]) ;
get(h, "linewidth");
ans =  0.50000

What am I missing?

M.


--
View this message in context: 
http://octave.1599824.n4.nabble.com/set-0-defaultaxeslinewidth-3-not-working-tp4398220p4398220.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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