Hello all,

I'm wondering if someone has an idea about this problem
of mine.  Suppose you have two directories, "dir1" and "dir2",
and suppose

"dir1": contains the files "plot.dx" and "data.bin".  "plot.dx"
        refers to "data.bin", as

              object [...] data file data.bin,0

"dir2": contains "plot.dx" and "data.bin".  "plot.dx"
        refers to "data.bin" in the same way as "dir1/plot.dx".

Now, you want to plot these two datasets on a single image.
Your visual program contains two Import modules, one referring
to "dir1/plot.dx" and the other referring to "dir2/plot.dx".

Unfortunately, this doesn't work because OpenDx tries to find
the binary data files ("data.bin") in the current directory.
Could someone help me with this?  I'm wondering if you can
somehow say "the same directory as this file" in the .dx
file.

My best solution so far is that you specify the absolute path
of the binary file ("data.bin") in "plot.dx".  This will sort of
work, except that whenever you move or copy the whole directory
to somewhere else, you would need to modify "plot.dx".

Thank you,
Ryo

Reply via email to