Shade_Surf in CGM-files [message #2599] |
Thu, 14 July 1994 08:32 |
schmidtk
Messages: 1 Registered: July 1994
|
Junior Member |
|
|
Hi all,
I usually save my IDL graphics in the CGM format to import them into
Microsoft Word for Windows Ver. 2.0b. But now a problem occured,
when I use the SHADE_SURF routine (as shown in the example below)
Word isn't able to import these cgm-files.
A simple example:
a=dist(20)
cur_dev=!d.name
set_plot, 'CGM'
device, filename='dist1.cgm'
loadct, 0
stretch, 255, 0
SHADE_SURF, a
device, /close
set_plot, cur_dev
As I said before, Word isn't able to import the file dist1.cgm.
I don't know where the problem lies (in IDL or Word), but I would
appreciate any solution.
Thanks for your help.
------------------------------------------------------------ --------------------
Klaus Schmidt
Department of Biophysics
Philips-University Marburg
35032 Marburg, Germany
E-mail: schmidtk@ax1303.physik.uni-marburg.de
|
|
|