[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to edit a figure in PS form generated by IDL ?



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?