Multiple data can be plotted on the same graph with different y axis scales. Below is a sample code where data is pulled from a csv gtab file and loaded into pandas dataframe structures. Matplotlib is then used to plot four sets of data.
import pandas as pd
import matplotlib.pyplot as plt
import scipy.fftpack