help-octave
[Top][All Lists]
Advanced

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

Re: Can't change graphs font properties


From: marco atzeri
Subject: Re: Can't change graphs font properties
Date: Mon, 11 Feb 2013 14:03:36 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 2/11/2013 7:16 AM, marciobarbalho wrote:
Hi all

I have not been able to generate pretty graphs with Octave. The axis, labels
or legends won't change font size or name.

Marcio,
remind to always mention your system and octave version.

Try using "Times"

otherwise you need to install the "Times New Roman" on cygwin.

$ cd /usr/share/fonts/TTF/
$ cp /cygdrive/c/windows/fonts/times* .
$ fc-cache

use xfontsel to visualize the available fonts for X

It works fine with Octave 3.4.3 but this one won't save graphs in the EMF
format. Octave 6.x does!

I wonder if anyone else has had the same problem. Truth be told, I would
like Octave to replace Matlab.  I don't care about speed, but it is
important that the output font is Times New Roman and the format is EMF just
because it looks much better than other formats I have seen (png etc) when
pasted on a word processor document!

octave> print prova -demf

produces a file called "prova.emf" from available plot figure,
in emf format

$ file prova.emf
prova.emf: Windows Enhanced Metafile (EMF) image data version 0x10000


Thank you

Márcio


Regards
Marco




reply via email to

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