From 8b4816e865d069668807516cb8e3df9fc92cb148 Mon Sep 17 00:00:00 2001 From: A Samuel Pottinger Date: Fri, 20 Dec 2024 20:37:08 +0000 Subject: [PATCH] Another fix on hist viz. --- paper/viz/hist_viz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paper/viz/hist_viz.py b/paper/viz/hist_viz.py index 4faeb9b..7203886 100644 --- a/paper/viz/hist_viz.py +++ b/paper/viz/hist_viz.py @@ -716,7 +716,7 @@ def _draw_top_claims(self, claims): self._sketch.set_text_font(const.FONT_SRC, 11) is_catastrophic = self._target_threshold == '75% cov' - max_val = 35 if is_catastrophic else 40 + max_val = 35 if is_catastrophic else 45 y = SUB_CHART_HEIGHT - self._get_y(15) start_x = self._get_x(-100) - 5 @@ -757,7 +757,7 @@ def _draw_bottom_claims(self, claims): self._sketch.set_text_font(const.FONT_SRC, 11) is_catastrophic = self._target_threshold == '75% cov' - max_val = 35 if is_catastrophic else 40 + max_val = 35 if is_catastrophic else 45 y = self._get_y(15) start_x = self._get_x(-100)