What I want to do is plot time vs temperature
with two y-axis. The first axis (on the left) is deg-C and the second
axis (on the right) is deg-F. If I rescale one axis, I want the other
to rescale accordingly. I tried plotting time vs deg-C, then computing
time vs deg-F and plotting that too (see attached sub-VI). But then it
looks like I have two plots! Is there some way to connect the two axis
together so that, if one changes, then so does the other?