Skip to content

Commit

Permalink
Merge pull request #28 from trevismd/dev
Browse files Browse the repository at this point in the history
Support for horizontal orientation
  • Loading branch information
trevismd authored Jul 25, 2021
2 parents 284ba0a + b87ef25 commit 02415c9
Show file tree
Hide file tree
Showing 17 changed files with 370 additions and 162 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## v0.4
### v0.4.1
- Support for horizontal orientation

### v0.4.0
- Major refactoring, change to an Annotator `class` to prepare and add
annotations in separate function (now method) calls.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ corresponding branch).
- **Interface to use any other function from any source with minimal extra
code**
- Smart layout of multiple annotations with correct y offsets.
- **Support for vertical and horizontal orientation**
- Annotations can be located inside or outside the plot.
- **Corrections for multiple testing can be applied
(binding to `statsmodels.stats.multitest.multipletests` methods):**
Expand All @@ -51,7 +52,7 @@ corresponding branch).
- Benjamini-Yekutieli
- **And any other function from any source with minimal extra code**
- Format of the statistical test annotation can be customized:
star annotation, simplified p-value, or explicit p-value.
star annotation, simplified p-value format, or explicit p-value.
- Optionally, custom p-values can be given as input.
In this case, no statistical test is performed, but **corrections for
multiple testing can be applied.**
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ coverage:

patch:
default:
threshold: 0.5%
threshold: 2%
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/statannotations.doctree
Binary file not shown.
9 changes: 9 additions & 0 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ <h1 id="index">Index</h1>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#O"><strong>O</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
Expand Down Expand Up @@ -365,6 +366,14 @@ <h2 id="N">N</h2>
</ul></td>
</tr></table>

<h2 id="O">O</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="statannotations.html#statannotations.Annotator.Annotator.orient">orient (statannotations.Annotator.Annotator property)</a>
</li>
</ul></td>
</tr></table>

<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 02415c9

Please sign in to comment.