saving graphs

For questions and discussion related to graphs, reports, and other output, including issues related to presenting or publishing results.
luching
Posts: 64
Joined: Mon Jun 07, 2010 4:05 pm

saving graphs

Unread post by luching »

Hi Tom,

I have a large set of graphs that I will like to save automatically to a folder as they are produced in RATS. I tried using environment gsave command, but that does not seem to work. I can't find those graphs in the folder specified. Here's what I did:

env gsave="C:\graphs\check*.rgf"
....
....
codes to produce graphs in loops.

Also, is there a way to save these graphs as landscape in pdf's automatically? I can do that manually though. Any hint will be great.

Luching.
moderator
Site Admin
Posts: 269
Joined: Thu Oct 19, 2006 4:33 pm

Re: saving graphs

Unread post by moderator »

You need to include the GFORMAT parameter. For example:

env gsave="C:\graphs\check*.rgf" gformat=rgf

If you still have problems, email us at support@estima.com with your full name and serial number, and let me know specifically which version of RATS you are using (do Help-About RATS to check)
Post Reply