emodpy_hiv.plotting.plot_a_vs_b module#

emodpy_hiv.plotting.plot_a_vs_b.plot_csv_a_vs_b(a_filename: str, b_filename: str, a_column_prefix: str = 'A', b_column_prefix: str = 'B', title: str = 'A vs B', y_axis_name: str | None = None, img_dir: str | None = None)[source]#

Plot the two CSV files against each other. It is assumed that there is a ‘Time’ column and both files have the same values in that column.