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

Home » Public Forums » archive » how to edit a figure in PS form generated by IDL ?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
how to edit a figure in PS form generated by IDL ? [message #24191] Thu, 15 March 2001 23:43 Go to next message
web is currently offline  web
Messages: 24
Registered: March 2001
Junior Member
Usually, I hope to insert a figure to a word document. Which form of figure
should gerenated by IDl? I generate a PS figure which can be printed by
ghosrview but I donnot know how to inserted to a word document or other edit
software?
Re: how to edit a figure in PS form generated by IDL ? [message #24194 is a reply to message #24191] Fri, 16 March 2001 00:52 Go to previous messageGo to next message
Glenn Newnham is currently offline  Glenn Newnham
Messages: 6
Registered: March 2001
Junior Member
I have used the CGM device for creating files that can be inserted and
edited in MS Word. The code would go along the lines of:

set_plot, 'cgm'
device, file='file name'
plot, data
device,/close
set_plot,'win'
end

Cheers,
Glenn Newnham

web wrote:
>
> Usually, I hope to insert a figure to a word document. Which form of figure
> should gerenated by IDl? I generate a PS figure which can be printed by
> ghosrview but I donnot know how to inserted to a word document or other edit
> software?
Re: how to edit a figure in PS form generated by IDL ? [message #24268 is a reply to message #24191] Sun, 18 March 2001 21:11 Go to previous messageGo to next message
Mark Hadfield is currently offline  Mark Hadfield
Messages: 783
Registered: May 1995
Senior Member
There is a program called pstoedit that can convert Postscript files to
other, more easily editable, vector formats. It works OK on IDL-generated PS
files, except that it ignores images.

If you're on Windows, the best way to install and use pstoedit is to get it
as part of the GSview package, from

http://www.cs.wisc.edu/~ghost/

---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield
National Institute for Water and Atmospheric Research
Re: how to edit a figure in PS form generated by IDL ? [message #24411 is a reply to message #24191] Thu, 29 March 2001 14:06 Go to previous message
matteo.spada is currently offline  matteo.spada
Messages: 1
Registered: March 2001
Junior Member
On Fri, 16 Mar 2001 15:43:52 +0800, "web" <jiali3@21cn.com> wrote:

> Usually, I hope to insert a figure to a word document. Which form of figure
> should gerenated by IDl? I generate a PS figure which can be printed by
> ghosrview but I donnot know how to inserted to a word document or other edit
> software?

you can also generate jpg and eps that are easier to put in a word
file, and if you have an older version of IDL than the 5.4 you can
also generate gif files!

Francesco
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: IDL routine to read MM5 output
Next Topic: IDL 5.3.1 (Windows) backing store problem

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

Current Time: Thu Oct 09 06:59:44 PDT 2025

Total time taken to generate the page: 0.08311 seconds