Is there some way to plot more than one data series with a secondary y-axis scale (as with secondary_y with matplotlib) or at least overlay arbitrary data on the same plot (with the same datetime index)? I looked in the code at the Pandas-related PlotDf but doing a dir on the return doesn't show anything relevant AFAIK.
Is there some way to plot more than one data series with a secondary y-axis scale (as with
secondary_ywithmatplotlib) or at least overlay arbitrary data on the same plot (with the samedatetimeindex)? I looked in the code at the Pandas-relatedPlotDfbut doing adiron the return doesn't show anything relevant AFAIK.