fonts with 3.0

David Bateman David.Bateman at motorola.com
Fri Jan 11 02:22:20 CST 2008


Dmitri A. Sergatskov wrote:
> With the older graphics engine,  print("-depsc2", "-F:18", "fname.ps") would set
> the same fonts for axes and for labels/titles. Now, with 3.0, it sets
> only axis fonts.
> I am not sure if this is a bug or the feature. If it is a feature, how
> one does set the
> fonts for th xlabel, ylabel, and the title?
>
> Sincerely,
>
> Dmitri.
> --
> _______________________________________________
> Help-octave mailing list
> Help-octave at octave.org
> https://www.cae.wisc.edu/mailman/listinfo/help-octave
>
>   
Sometime like

octave:1> plot(1:10)
octave:2> xlabel("X","fontname","Times")
octave:3> ylabel("Y","fontname","Helvetica")

should work.

D.

-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



More information about the Help-octave mailing list