[Thread Prev][Thread Next][Index]

Re: [ferret_users] difference in on-screen and saved postscript output



Hi Yogesh and Ansley,

Yogesh says,

| Script works fine and on screen I get all the above three.
|
| BUT, when I exit ferret and check .ps file then I get only above two 
| (fill, countour/ov), the line plotted with 'plot/ov' command is 
| missing in .ps output.
|
| Here I have attached my script, kindly help where I am doing mistake.

The script ends with

| cancel mode metafile
| spawn Fprint -l cps -p portrait -R -o out.ps metafile.plt
| cancel data/all

I think you need "ppl clsplt" before generating a PostScript
file, as in

    cancel mode metafile
    ppl clsplt
    spawn Fprint -l cps -p portrait -R -o out.ps metafile.plt
    cancel data/all

I'm not sure if this is really the cause of your problem,
but I've been bitten by this several times

Regards,
Ryo

[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement