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

Home » Public Forums » archive » Re: Large dots in Postscript 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: Large dots in Postscript output [message #33872] Wed, 05 February 2003 09:21 Go to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
Liam Gumley wrote:
>
> "Liam Gumley" <Liam.Gumley@ssec.wisc.edu> wrote in message
> news:b1rd6c$jpt$1@news.doit.wisc.edu...
>> Have you tried TrueType fonts? For example:
>>
>> set_plot, 'PS'
>> device, set_font='Helvetica', /tt_font
>> plot, indgen(10) * 10000.0, font=1
>> device, /close_file
>
> You may also be interested in the PSON and PSOFF utilities I developed for
> my book. PSON sets up the PostScript page with the same aspect ratio as the
> current graphics window, and sizes the plot to fit inside the drawable area
> of the page. A range of pages sizes (Letter, Legal, A4, etc.) are
> selectable. For example:
>
> ;- Create a plot in a graphics window
> window, /free
> plot, indgen(10) * 10000.0
>
> ;- Reproduce the plot in PostScript landscape mode on A4 paper
> pson, /landscape, paper='A4', filename='test.ps'
> plot, indgen(10) * 10000.0
> psoff

Let me put in a good word for these little utility programs that I got from Liam's
library. I use 'em a lot and they're great for quick and easy PS output. In a lot of cases
I just want to change the size of a plot so it looks better on a printed page. With
PSON/OFF all I do is change the onscreen graphics window to how I want the plot to
look/be-sized, invoke PSON, replot, PSOFF, and it's done. No more stuffing around with
SET_PLOT and DEVICE.

paulv

--
Paul van Delst
CIMSS @ NOAA/NCEP/EMC
Ph: (301)763-8000 x7274
Fax:(301)763-8545
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: strmatch in idl versions earlier than 5.3
Next Topic: Re: How to change widget_slider scroll value

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

Current Time: Wed Oct 08 17:01:17 PDT 2025

Total time taken to generate the page: 0.00378 seconds