In V8, I have a log file with 2 pids that I need to plot on one graph so that I can visually compare them. To do so, I need to have each pid with the same scale, the same Y(min), and the same Y(max). Initially, the pids have to be entered one-by-one, and V8 sets the initial scaling (and it's different for each pid). I can then change the scale for each pid, but I can't get the scales to both be the same. Nor can I change any Y(min) or Y(max) values independently. Is there a way that I can get the pids to overlay on the same chart? Thanks.