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

Home » Public Forums » archive » Re: plots for printing
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: plots for printing [message #25882 is a reply to message #25881] Thu, 26 July 2001 06:10 Go to previous message
Alex Schuster is currently offline  Alex Schuster
Messages: 124
Registered: February 1997
Senior Member
Dominik Paul wrote:

> I need some plots for my report. And I made these plots with
> IDL (very good programm for visualisation). Than I take screen
> shots of the pictures and used it for printing.
>
> The result was a wuite bad quality. Does somebody know, how I
> could do this in a better way to get a good resolution for
> printing (maybe 300 dpi)?

Instead of
PLOT, x, y
do:
SET_PLOT 'PS'
DEVICE, /encapsulated, filename='myplot.ps'
PLOT, x, y
DEVICE, /close
SET_PLOT, 'X' ; or SET_PLOT, 'WIN' if using Windows

This puts the output not onto the screen, but into the postscript file
myplot.ps. And have a look at www.dfanning.com if you want the correct
colors, layout etc.

Instead of using the PS device, you can also use the PRINTER device to
directly send the output to the printer.

Alex
--
Alex Schuster Wonko@planet-interkom.de
alex@pet.mpin-koeln.mpg.de
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: PostScript with smooth lines from object graphics?
Next Topic: Re: Interpolation question

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

Current Time: Sat Oct 11 06:26:06 PDT 2025

Total time taken to generate the page: 0.07972 seconds