|
From: <HBB...@t-...> - 2007-11-21 22:36:26
|
kyle8k wrote: > I am trying to plot 3 sets of data points from files. The problem is that all > three have the same xrange, but different yrange. IS there any clean way to > do this so that all three graphs are on the same set of axis, with seperate > y scales? There is a clean way for 2 y axes (see the axes option in "help plot", and "help y2tics") , but not for 3. |