Plotting multiple files on same graph

584 Views Asked by At

I need to plot the outputs of various xpl files generated by tcptrace on the same graph so that graphical comparison becomes easier. Note: Here the x-axis is common for all xpl files(time). Only the y-axis differs. I need something like 2 y axis. One on left one on right.

1

There are 1 best solutions below

2
andyras On

You can see an example of how to set multiple axes here.