help-octave
[Top][All Lists]
Advanced

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

Re: How to change default print directory?


From: Andy Buckle
Subject: Re: How to change default print directory?
Date: Thu, 28 Apr 2011 19:41:57 +0100

On Thu, Apr 28, 2011 at 7:16 PM, clustro <address@hidden> wrote:
> Hi there,
>
> Does anyone know how, when printing plots to pdf or ps, to change which
> directory Octave puts the plots in?
>
> At the moment is defaults to my /home folder.
>
> I tried "help print" and didn't see anything really.
>
> I also tried searching the nabble forum for "default print directory" and
> didn't see anything there either.
>
> If anyone knows, I would appreciate it.
>
> Thanks!
>
> -Brad Ridder
>

They go to the current working directory, this is returned using pwd,
and can be changed using cd. You can also specify a complete path like
/home/smith/fig.ps or c:\plots\fig.ps (depending on your system).



-- 
/* andy buckle */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]