Skip to content

Commit

Permalink
revered figure output to the state it had at commit f08b3ec.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed May 29, 2024
1 parent 82f06b7 commit 38de80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figures/composite_fig_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def separate_viruses(ax) -> None:
def adjust_axes(ax, predictor_type: str) -> None:
yticks = ax.get_yticks()
# Y-axis is reflected
ax.set_ylim([max(yticks) + 0.5, min(yticks - 0.5)])
ax.set_ylim([max(yticks) + 0.5, min(yticks) - 0.5])
ax.tick_params(left=False)
ax.xaxis.set_major_formatter(ticker.FuncFormatter(format_func))
ax.spines["right"].set_visible(False)
Expand Down

0 comments on commit 38de80e

Please sign in to comment.