Bill Allombert on Thu, 12 Apr 2007 19:30:05 +0200


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

Re: Write ps files


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.