Last active
July 21, 2021 15:01
-
-
Save trevismd/8db55ce279b2b760857f286991c52e73 to your computer and use it in GitHub Desktop.
Annotating with star notation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with sns.plotting_context("notebook", font_scale = 1.4): | |
# ...Same as previous | |
# Add annotations | |
annotator = Annotator(ax, pairs, **plotting_parameters) | |
annotator.set_pvalues(pvalues) | |
annotator.annotate() | |
# ... same as previous |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment