From 68750e81c7791a688e833064e2ecd3a18fb59fe0 Mon Sep 17 00:00:00 2001 From: JasonMendoza2008 Date: Fri, 28 Jul 2023 15:00:16 +0200 Subject: [PATCH] hide_non_significant kwarg should be configurable --- statannotations/Annotator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/statannotations/Annotator.py b/statannotations/Annotator.py index 84b4599..affaa5f 100644 --- a/statannotations/Annotator.py +++ b/statannotations/Annotator.py @@ -38,6 +38,7 @@ 'text_offset', 'use_fixed_offset', 'verbose', + 'hide_non_significant' ] @@ -268,6 +269,7 @@ def configure(self, **parameters): corresponds to "{suffix}" * a custom formatting string using "{star}" for the original pvalue and '{suffix}' for 'ns' + * `hide_non_significant`: Hide annotations for non-significant pairs * `line_height`: in axes fraction coordinates * `line_offset` * `line_offset_to_group`