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: Philip Hahn
Subject: Re: subplot titles and labels overlap
Date: Wed, 21 Sep 2011 19:24:42 -0500



On Wed, Sep 21, 2011 at 7:21 PM, Ben Abbott <address@hidden> wrote:

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,

.png or .jpeg is fine.

My initial problems with 3.2.4 was

1) font size not printing correctly
2) subplot labels overlapping adjacent subplots

Upgrading to 3.4.2, my problem is now
1) greek characters
2) font size is respected, but increasing them to 14 or 16 on a three-pane plot causes overlap issues again.


I have both on my machine, don't care which I use if I can get the issues resolved.

thank you,
philip


 
Ben






reply via email to

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