Ariel Pacetti on Thu, 12 Apr 2007 19:57:09 +0200


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

Re: Write ps files



I can put this into a function, but can I set this globally (and forget to update the psfile name every time I make a graphic)?

Ariel

On Thu, 12 Apr 2007, Bill Allombert wrote:

On Thu, Apr 12, 2007 at 09:59:49AM -0500, Ariel Pacetti wrote:

Is there a way to write ps files with different names? I tried writting in
the .gprc the option

psfile = "pari-%H.%M.ps"

so as to add to the name the time the file was created, but by some reason
I don't understand, it always saves the file with the time gp was started,
am I doing something wrong? Is there an option in psploth (or psplothraw)
to give a file name?

You can use
default(psfile,"pari-%H.%M.ps")
to update the name before a new drawing.

Cheers,
Bill.