Hello

Mmmmmmm!

octave:1> x=-1:0.01:1;
octave:2> plot (x,x.^2);
octave:3> xlabel('x')
octave:4>
(pgnuplot.exe:4824): Pango-WARNING **: couldn't load font "Helvetica 
Not-Rotated 200", falling back to
"Sans Not-Rotated 200", expect ugly output.

octave:4> xlabel('{x}')
octave:5> xlabel('x')
octave:6>

No warning appeared after label defined with {}.
But I do not understand what happened.

Regards

Tatsuro

--- Tatsuro MATSUOKA <tmacch...@yahoo.co.jp> wrote:

> Hello
> 
> He also suggests that this is a
> > problem Michael may be able to fix in subsequent builds of Octave for
> > windows by using ("GNUTERM", "win") instead of the wxt terminal which seems
> > to be what is causing the problem.
> 
> The wxt terminal may have some advantages to windows term so that Michael has 
> been using wxt
> terminal
> on windows, I suppose.
> 
> setenv("GNUTERM", "win") in octaverc was suggested in gnuplot ML by me.
> 
> I intend to show the above as a temporally avoiding way.
> 
> (Plese do not write GNUplot and write  'gnuplot' because 'gnuplot' is not 
> under GPL.(GNU Public
> License).)
> 
> Did you tried octave 3.0.3 on msvc?
> 
> > This isn't really a bug, but I wasn't sure where to put it, I suppose I
> > should post this to Octave Forge as well?
> 
> The suggestion I made in guplot ML was not appropriate.
> The best place is octave-dev list because octave for windows uploaded on the 
> Octave-Forge web
> space. 
> 
> I also send this mail also to
> octave-dev <octave-dev@lists.sourceforge.net> 
> 
> If you do not subscribe octave-dev list, please subscribe first.
> 
> Regards
> 
> Tatsuro
> 
> 
> --- gOS <bkirk...@quantapoint.com> wrote:
> 
> > 
> > Previous suggestion:
> > set(0, 'defaulttextfontname', '*'); 
> > 
> > Best solution on windows machine:
> > putenv("GNUTERM", "win")
> > 
> > Suggested by Tatsuro on the GNU pages. He also suggests that this is a
> > problem Michael may be able to fix in subsequent builds of Octave for
> > windows by using ("GNUTERM", "win") instead of the wxt terminal which seems
> > to be what is causing the problem.
> > 
> > This isn't really a bug, but I wasn't sure where to put it, I suppose I
> > should post this to Octave Forge as well?
> > 
> > All thanks go to Tatsuro.
> > -- 
> > View this message in context:
> >
> http://www.nabble.com/How-to-fix-PANGO---gdImageStringFT%3A-could-not...-tp21315206p21315206.html
> > Sent from the Octave - General mailing list archive at Nabble.com.
> > 
> > _______________________________________________
> > Help-octave mailing list
> > help-oct...@octave.org
> > https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> > 
> 
> 
> 
> --------------------------------------
> Power up the Internet with Yahoo! Toolbar.
> http://pr.mail.yahoo.co.jp/toolbar/
> 
> ------------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It is the best place to buy or sell services for
> just about anything Open Source.
> http://p.sf.net/sfu/Xq1LFB
> _______________________________________________
> Octave-dev mailing list
> Octave-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/octave-dev
> 


--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to