Text does not appear in figure (Re: Xlabel does not appear in Figure)

Michael Goffioul michael.goffioul at gmail.com
Tue May 20 06:02:42 CDT 2008


On Mon, May 19, 2008 at 5:19 PM, Cker444 <cker at gmx.de> wrote:
>
>
> Michael Goffioul-2 wrote:
>>
>> It works for me. What is the version of your Java?
>> Michael.
>>
>
> I can confirm this bug.
>
> I'm not a newbie to Octave :-) but just now updated to Octave 3.0.1 from
> 2.9.15.
>
> As hakantech wrote, but additionally also text() and legend() does not show
> characters in/on a figure.
>
> I changed 'fontname' prop of a text object to "Sans" without improvement.
>
> I enabled the java console, but it does not open on using jhandles.
>
> Curiously, axis ticks have the numbers shown correctly (using a Courier type
> font?).
>
> No error message visible. Is there some debug output available / can it be
> enabled?
>
> * Octave 3.0.1, i686-pc-msdosmsvc
> * WinXP SP2 DE (Germany)
> * JRE 1.6.0_05
>
> Switched to gnuplot for the time being ... but will try any sugestion you
> have.

I don't have many ideas for the time being, as it works OK for me.
What you can check is the properties of the text object and look
for something weird. You can also try to place a text object at
point (0,0,0) and set axis limits to [-1 1 -1 1 -1 1] (just to check the
text object is inside visible world for OpenGL).

Michael.


More information about the Bug-octave mailing list