octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 3.6.4-rc2 release candidate available for ftp


From: Michael D. Godfrey
Subject: Re: Octave 3.6.4-rc2 release candidate available for ftp
Date: Tue, 19 Feb 2013 15:59:03 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 02/19/2013 03:47 PM, Ben Abbott wrote:
On Feb 19, 2013, at 3:41 PM, Michael D. Godfrey wrote:

> I found the problem I was (am) having with plots that appear incomplete
> using fltk in FC18.  It is the axes that appear not to have been drawn.  Since there
> was an error message from XOpenIM() I tended to blame the FC18 XOpen
> code.  However, I have now discovered that the problem is with the "linewidth", 0.5,
> which is the default linewidth.  If I change the linewidth to 1, the axes appear
> and plots are normal.   Something in the changes between FC17 and FC18
> caused X11 to behave differently.
> 
> Is there a way to globally change "linewidth" ?
> 
> Anyhow, my complaint about incomplete plots is now in principle resolved.
> 
> Michael
You can change the default properties at the root level.  To change the default linewidth for each axes object ...

	set (0, "defaultaxeslinewidth", 1)

Ben

Very good. That works!  Two points:

1. I read the manual to mean that I should say:

   set(0, "defaultlinewidth", 1);

   Maybe I did not read carefully enough..

2. The Manual says the default is 1, but it is really 0.5.

   Would it cause problems to change the code to 1 instead of changing the Manual?

Michael


reply via email to

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