diff --git a/figures/composite_fig_5.py b/figures/composite_fig_5.py index 7ad47b9..d509e15 100755 --- a/figures/composite_fig_5.py +++ b/figures/composite_fig_5.py @@ -149,7 +149,6 @@ def plot_three_virus( viruses: dict[str, tuple[float, float]], predictor_type: str, fig_title: str, - axes: list[plt.Axes], ) -> list[plt.Axes]: @@ -259,9 +258,7 @@ def composite_figure( input_data: pd.DataFrame, ) -> plt.Figure: fig = plt.figure( - figsize=(7, 10), - ) gs = fig.add_gridspec(2, 3, height_ratios=[7, 7], hspace=0.2)