Last active
July 21, 2021 15:03
-
-
Save trevismd/ae84f02db88349facd501703a4a74fdb to your computer and use it in GitHub Desktop.
Using simple format
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
# Add annotations | |
annotator = Annotator(ax, pairs, **plotting_parameters) | |
annotator.configure(text_format="simple") | |
annotator.set_pvalues_and_annotate(pvalues) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment