help-octave
[Top][All Lists]
Advanced

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

Re: running gnuplot from octave, WinXP


From: gauthier
Subject: Re: running gnuplot from octave, WinXP
Date: Tue, 19 Aug 2008 04:15:40 -0700 (PDT)


gOS wrote:
> 
> 
> 
> Either uninstall and reinstall setting gnuplot as your standard back end,
> or add that to your .octaverc file.
> 
> Also, set(0, 'defaulttextfontname', '*') takes care of the text errors for
> the most part.
> 

I modified __default_graphics__.m instead, now it looks like:
function ret = __default_graphics__, ret="gnuplot";, endfunction

set(0, 'defaulttextfon......., helped getting rid of the warning messages,
but not to have correct fonts in the plot (still courrier).

But I still can't find how to change my fonts.
Such things as:
__gnuplot_set__("font \"C:\\WINDOWS\\Fonts\\Century\" \"20\"\n")

Do not help. It should, right?

-- 
View this message in context: 
http://www.nabble.com/running-gnuplot-from-octave%2C-WinXP-tp19034021p19046076.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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