Re: Create postscript (vector) file with any size using IDLgrClipboard. [message #20231] |
Wed, 31 May 2000 00:00 |
Ben Tupper
Messages: 186 Registered: August 1999
|
Senior Member |
|
|
Nicolas Decoster wrote:
> Hi.
>
> I need to create a file using the Draw method of IDLgrClipboard with the
> vector and postscript keywords set. I want my figure to be 25cm x 25cm
> using a high resolution (0.01 cm per centimeter, for example). The
> problem is that IDL don't let me to init such a thing:
>
>
Hello,
I'm not very familiar with the clipboard, but I it seems that with
Dimensions = [25,25] and resolution = [0.01,0.01] that your output will
require a lot of pixels... Dim/Res = [2500, 2500] pixels. Could this
be part of the problem?
Ben
--
Ben Tupper
Bigelow Laboratory for Ocean Science
tupper@seadas.bigelow.org
pemaquidriver@tidewater.net
|
|
|