Transform axis - use a Wave

Hi,

This is probably simple, but as a new user I can't seem to figure it out. So thanks in advance for the help!

I'm trying to do a mirrored transform of the bottom axis of a plot, that is, mirror it to the top of the plot, but instead of having the new values be a transform of the values in the original x-wave, I'd like to declare a completely different wave of values. The reason for this is that I've done some modeling of a complex process in another programming language, and I'd rather not recode the model into Igor at this point. The new wave is, of course, the same length as the original x-wave.

Is there an easy way of doing this?
I'm not completely clear on what you want... how about
Duplicate myXWave, transformedX
transformedX = mytransformFunction(myXWave)


Then add it to your graph on the top axis. I have probably misunderstood...

John Weeks
WaveMetrics, Inc.
support@wavemetrics.com