Sending Gnuplot Output Data to a Different Directory

  • Thread starter Thread starter _Andreas
  • Start date Start date
  • Tags Tags
    Gnuplot
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
_Andreas
Messages
141
Reaction score
1
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.
 
Physics news on Phys.org
".." 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.
 
Ha! I know this thread is old, but I didn't see your response until now. Thanks, Dunhausen!