octave-maintainers
[Top][All Lists]
Advanced

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

Re: Mingw Octave-3.4.3 binaries for testing on windows


From: nitnit
Subject: Re: Mingw Octave-3.4.3 binaries for testing on windows
Date: Mon, 24 Oct 2011 12:08:27 -0700 (PDT)

Paul Soderlind wrote:
> 
> Nitnit,
> 
> thanks a lot for your efforts. Here is a small problem I noticed:
> 
> plot(1:10)
> 
> generates a lot of warning messages like "warning: ft_render: skipping
> missing glyph for character `0'"
> 
> This happens on my Win 7 (64bit) machine, but not on my Win 7 (32 bit
> machine). I also happened with Matsuoka's 4.3.2 binary. 
> 
> Best,
> 
> Paul Söderlind
> 

Try to set default fonts (such as Arial) by running

set(0,"defaulttextfontname","Arial"), set(0,"defaultaxesfontname","Arial");

You can set this on octaverc


--
View this message in context: 
http://octave.1599824.n4.nabble.com/Mingw-Octave-3-4-3-binaries-for-testing-on-windows-tp3928387p3934219.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.


reply via email to

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