octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #30681] All plot label characters in Greek whe


From: Rik
Subject: [Octave-bug-tracker] [bug #30681] All plot label characters in Greek when using 'tex' interpreter
Date: Fri, 20 Aug 2010 21:27:31 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/9.10 (karmic) Firefox/3.6.8

Update of bug #30681 (project octave):

                Category:                    None => Interpreter            
                  Status:               Confirmed => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #5:

This is an issue with the default font of gnuplot.  It can be resolved by
forcing Octave to use a named font rather than the default "*".

For the original reporter, here are several workarounds:

To change just the label
h = get (gca,"xlabel");
set (h, "fontname", "Arial")  # or whatever font you like

To set the default font on all axes objects for all subsequent figures in the
current Octave session use
set (0, "DefaultAxesFontName", "Arial")

To set the default font on all axes objects for the current figure
set (gcf, "DefaultAxesFontName", "Arial")

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30681>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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