[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Octave 3.6.4-rc2 release candidate available for ftp
From: |
Ben Abbott |
Subject: |
Re: Octave 3.6.4-rc2 release candidate available for ftp |
Date: |
Tue, 19 Feb 2013 15:47:59 -0500 |
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
- Re: Octave 3.6.4-rc2 release candidate available for ftp, (continued)
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Ben Abbott, 2013/02/12
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Orion Poplawski, 2013/02/12
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Philip Nienhuis, 2013/02/12
- Re: Octave 3.6.4-rc2 release candidate available for ftp, marco atzeri, 2013/02/13
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Philip Nienhuis, 2013/02/13
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/14
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp,
Ben Abbott <=
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Ben Abbott, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Daniel J Sebald, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/19
- Re: Octave 3.6.4-rc2 release candidate available for ftp, Michael D. Godfrey, 2013/02/19
Re: Octave 3.6.4-rc2 release candidate available for ftp, José Luis García Pallero, 2013/02/21