forked from handley-lab/anesthetic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump to 2.0.1 * add test for `beta` kwarg in WeightedDataFrame method `neff` * fix missing `beta` kwarg in `WeightedDataFrame.neff` * remove the ylabel from `plot_1d`, otherwise pandas adds in the label "Frequency" messing with our plotting grid * remove the 1d ylabel also from `plot_2d`, otherwise pandas again puts in a "Frequency" label messing with our plotting grid * add `kind=fastkde` shortcut to `plot_2d` * add test that checks that the 1d ylabels are indeed empty * add `fig.align_labels()` to 2d plots, which aligns labels independent of the potentially different length of the tick labels (significantly improving appearance in my opinion) * Neater way to correct for Frequency * Removed blank lines * Added a test to check for frequency * Removed previous fix * Fix for ranges * Added tests to explictly check axes are adjusting correctly * no support for horizontal * Corrected ranges * Bumped version --------- Co-authored-by: Will Handley <[email protected]>
- Loading branch information
1 parent
0d6618e
commit a9e1ea5
Showing
8 changed files
with
142 additions
and
32 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '2.1.1' | ||
__version__ = '2.1.2' |
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
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
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
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
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
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