From 5ccf74562ac0a700f73a34609deb640336ea3361 Mon Sep 17 00:00:00 2001 From: TomMonks Date: Mon, 22 Apr 2024 12:38:45 +0100 Subject: [PATCH] PATCH: more plot suppress warnings --- more_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more_plot.py b/more_plot.py index 97c6dd7..1a0174c 100644 --- a/more_plot.py +++ b/more_plot.py @@ -445,7 +445,7 @@ def more_plotly(data, x_label, percentiles=(0.05, 0.95), suppress_warnings=False name="CI 5th Percentile") # Orange - elif not surpress_warnings: + elif not suppress_warnings: warnings.warn(WARN) note = 'Shaded regions around vertical lines are 95% Confidence Intervals'