The usage of PS_END [message #62804] |
Sat, 04 October 2008 04:42 |
duxiyu@gmail.com
Messages: 88 Registered: March 2007
|
Member |
|
|
Hi, all.
PS_START/PS_END is a very useful program in Coyote Program Library.
But I have some troubles to use PS_END to convert ps file to another
type.
I have installed ImageMagick and the command COVERT is avaible when I
test it in system.
My OS is vista and the version of IDL is 7.0.
However, I cannot repeat the example which is given in David's
website.
;----------------------------------------------------------- ----------------------------------
PS_Start, FILENAME='lineplot.ps'
Plot, Findgen(11), COLOR=FSC_Color('navy'), /NODATA, XTITLE='Time',
YTITLE='Signal'
OPlot, Findgen(11), COLOR=FSC_Color('indian red')
OPlot, Findgen(11), COLOR=FSC_Color('olive'), PSYM=2
PS_End, /PNG
;----------------------------------------------------------- ----------------------------------
After I excuted them, there was no problem about the PS file
'lineplot.ps', but the PNG file was not created.
Best wished,
Du
|
|
|