help-octave
[Top][All Lists]
Advanced

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

Fonts on pdf plots do not match screen (XP, 3.2.4)


From: keithspg
Subject: Fonts on pdf plots do not match screen (XP, 3.2.4)
Date: Fri, 3 Dec 2010 12:21:05 -0800 (PST)

I am certain this is a windows issue, but I am trying to get a colleague onto
Octave for data analysis and want his plots to look similar to mine
generated from Linux. 

I have noticed that the fonts used when generating a pdf of a plot are not
the same as what gnuplot shows. Under linux they appear the same. In
Windows, not so much. I grabbed the latest 3.2.4 windows installer and
installed that to my machine. The plots are generated on screen and it looks
like helvetica/arial is used for all text on the plot. Wnen I generate a
pdf, it appears to use TNR. How can I get the font to be similar to on
screen when I generate the pdfs?

The code I am using:
> x=(1:10);
> y=(20:-2,1);
> plot(x,y)
> title("Plot of Bob")
> print bob.pdf

The on screen (gnuplot) looks great, The pdf uses a significantly different
font.

KeithG
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Fonts-on-pdf-plots-do-not-match-screen-XP-3-2-4-tp3071701p3071701.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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