| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseadd statistical significance annotations on seaborn plots. Further development of statannot, with bugfixes, new features, and a different API.
Statistical package for fast exact tests and simulations
Python 7
add statistical annotations (pvalue significance) on an existing boxplot generated by seaborn boxplot
import matplotlib.pyplot as plt
import permutations_stats.permutations as pms
import seaborn as sns
from statannotations.statannotations import Annotator
from statannotations.stats.StatTest import StatTest
In this tutorial, we go over the features of statannotations
| Back | FazBrowse Home | New Git URL |