-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added boxplot feature (#151) * Add method for boxplot dataframe * Add method for plotting boxplot * Change default order to ascending * Add check for categorical_order_by * Remove show() from boxplot method * Fix wrong horizontal boxplot * Correctly set numeric axis range * Remove _sort_categories method and its usages * Add tests for boxplot * Change to not deprecated syntax * Improve formatting * Add doc to boxplot method * Add doc for _compute_boxplot_df * Rename test_standard to test_default * Updated version and added boxplot example to examples notebook --------- Co-authored-by: Quoc Duong Bui <[email protected]>
- Loading branch information
1 parent
7af764a
commit 59df367
Showing
6 changed files
with
678 additions
and
152 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
__author__ = """Chris Halpert""" | ||
__email__ = '[email protected]' | ||
__version__ = '3.0.5' | ||
__version__ = '3.1.0' | ||
|
||
_IPYTHON_INSTANCE = False | ||
|
||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.