Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 21, 2021 15:01
Show Gist options
  • Save trevismd/53a9de9530ad17fc9f47cd3b3f79eff4 to your computer and use it in GitHub Desktop.
Save trevismd/53a9de9530ad17fc9f47cd3b3f79eff4 to your computer and use it in GitHub Desktop.
Performing statistical test
with sns.plotting_context('notebook', font_scale = 1.4):
# ... same as before
# Add annotations
annotator.new_plot(ax, pairs=pairs, **plotting_parameters)
annotator.configure(test='Mann-Whitney', verbose=True).apply_and_annotate()
# ... same as before
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment