help-octave
[Top][All Lists]
Advanced

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

Re: subplot titles and labels overlap


From: Ben Abbott
Subject: Re: subplot titles and labels overlap
Date: Wed, 21 Sep 2011 20:21:09 -0400

On Sep 21, 2011, at 7:06 PM, Philip Hahn wrote:

> 
> 
> On Wed, Sep 21, 2011 at 5:40 PM, Bob Odom <address@hidden> wrote:
> 
> 
> 
> On Wed, 21 Sep 2011, Philip Hahn wrote:
> 
> 
> 
> On Wed, Sep 21, 2011 at 5:01 PM, Philip Hahn <address@hidden> wrote:
>      On Wed, Sep 21, 2011 at 4:31 PM, Bob Odom <address@hidden> wrote:
> You need to install: epstool, pstoedit, and fig2dev
> 
> Bob,
> 
>  I also noticed that \tau in figures now shows at "au" instead of the greek 
> letter
> tau. Will those packages fix that as well?
> 
>  Thanks,
> 
> OK; I got an error message:
> 
> title("\tau")
> "warning: ft_render: skipping missing glyph for character '       '"
>  
> Not sure what to do. Thanks,
> philip
>  
>      philip
> 
> 
> 
> 
> Philip,
> 
> I think that "missing glyph" means it can't find, or you don't have, the 
> appropriate fonts
> installed. I would think that in a complete LaTex installation, you should 
> have
> everything installed. Also I think that "fltk" is not quite mature yet. One 
> thing you
> could try is to switch to gnuplot with "graphics_toolkit" and see if the \tau 
> shows up
> properly. If the \tau shows up on the gnuplot, then there may be a 
> configurstion issue
> or a bug with fltk. I can't help there.
> 
> Bob
> Bob (and group),
> 
> Even with gnuplot, I get the ft_render error for missing glyph.
> 
> octave:11> graphics_toolkit gnuplot
> octave:12> close all
> octave:13> plot(1)
> octave:14> title("\tau");
> warning: ft_render: skipping missing glyph for character `    '
> warning: ft_render: skipping missing glyph for character `    '
> 
> I installed the packages Bob ( epstool, pstoedit, and fig2dev ) recommended 
> and I still get the __fltk_redraw__() error. I'm guessing (bob recommended in 
> a direct email) there is a problem with LaTeX. I tried grepping through the 
> config.log but I'm not sure what I am looking for.
> 
> [ trying to get my PhD dissertations figures printed!!! :-) ]
> 
> thanks for the help,
> 
> thanks,
> 
> philip

The FLTK backend does not support LaTeX or TeX. You'll need to use the gnuplot 
backend for pseudo TeX rendering.

What type of output format are you looking to use?

Ben






reply via email to

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