qis.plot_time_series_2ax¶
- qis.plot_time_series_2ax(df1, df2, legend_loc='upper left', legend_stats=LegendStats.NONE, legend_stats2=LegendStats.NONE, title=None, var_format='{:,.0f}', var_format_yax2='{:,.0f}', ylabel1=None, ylabel2=None, x_date_freq='YE', legend_labels=None, linestyles=None, linestyles_ax2=None, y_limits=None, y_limits_ax2=None, trend_line1=TrendLine.NONE, trend_line2=TrendLine.NONE, yvar_major_ticks1=None, yvar_major_ticks2=None, colors=None, fontsize=10, x_rotation=90, is_logs=(False, False), ax=None, **kwargs)[source]¶
- Parameters:
legend_loc (str | None)
legend_stats (LegendStats)
legend_stats2 (LegendStats)
title (str | None)
var_format (str)
var_format_yax2 (str)
ylabel1 (str)
ylabel2 (str)
x_date_freq (str | None)
trend_line1 (TrendLine)
trend_line2 (TrendLine)
yvar_major_ticks1 (ndarray)
yvar_major_ticks2 (ndarray)
fontsize (int)
x_rotation (int)
ax (Axes)
- Return type: