Skip to content

Commit

Permalink
blacked figure 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Dec 4, 2023
1 parent 4da43a1 commit 1378800
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions figures/composite_fig_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1378800

Please sign in to comment.