PDA

View Full Version : Simple Gnuplot question


_Andreas
Nov2-09, 07:19 AM
I have a simple question about Gnuplot: How do I send my output data to a different directory than my working (current) directory? I'd rather not have my input and output data in the same directory.

Dunhausen
Feb27-10, 03:01 AM
".." means "go up a directory"

For example, if you are working in the directory "something/data/input", "../output" will refer to the directory "something/data/output".

Or you can just specify the full directory path to begin with.

_Andreas
Nov23-10, 06:55 PM
Ha! I know this thread is old, but I didn't see your response until now. Thanks, Dunhausen!