[Thread Prev][Thread Next][Index]

Re: [ferret_users] Problem in saving plot in linux-ferret f-14



I work on a linux system with terminal on an iMax and when I went to Mac OS Lion I started having this problem. My solution was to put a pause before the "write the gif" command so:

LET circle = ((i-20)^2 + (j-20)^2) ^ 0.5
CONTOUR/i=1:40/j=1:40 circle * exp((10-(i+j))/50)
pause
frame/file=a.gif

This should work.  Jean
 ___________________________________________________________
  Jean Newman                             Tel: 206-526-6531
  NOAA Center for Tsunami Research
  NOAA/PMEL/OERD2 - UW/JISAO              FAX: 206-526-6485
  7600 Sand Point Way NE, Bldg. 3    jean.c.newman@xxxxxxxx
  Seattle, WA 98115-6349               jcn@xxxxxxxxxxxxxxxx
 _________________________. URL: http://nctr.pmel.noaa.gov/
                         (__________________________________

On Fri, 1 Jun 2012, Sandro Wellyanto Lubis wrote:

Dear Ferreters,
I have Ferret, v6.5, installed on a Linux F-14 machine [Linux
localhost.localdomain 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44
UTC 2010 x86_64 x86_64 x86_64 GNU/Linux], and saving a plot directly by
command "yes?frame/file=x.gif" is working correctly for me since a couple
of years ago, but now it seems not working anymore. I've tried by using
ferret -gif mode, it worked without opening an x-windows server, but
unfortunately the plot was worst. 

Here is what I did (for instance):

   $ ferret
   yes? LET circle = ((i-20)^2 + (j-20)^2) ^ 0.5   yes?
CONTOUR/i=1:40/j=1:40 circle * exp((10-(i+j))/50)
   yes? frame/file=a.gif

and the image is attached.
Thank you so much.

Sandro Lbs,





[Thread Prev][Thread Next][Index]
Contact Us
Dept of Commerce / NOAA / OAR / PMEL / Ferret

Privacy Policy | Disclaimer | Accessibility Statement