comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Font size appearance in function graphics PNG and EPS output
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Font size appearance in function graphics PNG and EPS output [message #86866 is a reply to message #86865] Mon, 09 December 2013 06:24 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Paul van Delst writes:

>
> I ran this:
>
> PRO test_plot
> x = DINDGEN(100)
> y = (x/10.0d0)^2
> p = PLOT(x,y, $
> XTITLE='X axis title', $
> YTITLE='Y axis title', $
> TITLE ='Test plot title', $
> FONT_SIZE=10)
> p.save, 'test.png', HEIGHT=500
> p.save, 'test.eps'
> END
>
> to generate the two files available at:
> http://ftp.emc.ncep.noaa.gov/jcsda/CRTM/.plots
>
> If this is fixed in v8.3, that would be good to know. Upgrading software
> involves some signage away of offspring, so any supporting info helps.
> :o) (just kidding...mostly)

I converted the EPS file to a raster like this:

cgps2raster, 'test.eps', 'test_eps_to_png.png', width=500

Then, rotated it 90 degrees to compare it to the other PNG file. The
difference is obvious.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Changing the symbol, color, etc., of "mean" indicator in box plots
Next Topic: Controlling axis labels in IDL plots?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 17:04:58 PDT 2025

Total time taken to generate the page: 0.40083 seconds