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.
Changes for
matplotlib3.8
(handley-lab#339)
* first pass at fixing next color (could be wrong color) * kde_2d seems to now be made up of 4 collections, instead of 5. They are also different (remember to attach screenshot to PR * use set_cmap. Side-effect is now only two collections * work around QuadContourSet.tcolors deprecation: * matplotlib now plots >=mincnt, not >mincnt * version bump * just test for more than 0 collections * version bump * unlimit matplotlib version from merge * deprecated solution to contour test :( * finally clicked what's going on - different tests for mpl>3.8 * clean up unnecessary `pass` --------- Co-authored-by: Lukas Hergt <[email protected]>
- Loading branch information
1 parent
8563cae
commit 434d97e
Showing
7 changed files
with
42 additions
and
28 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.4.0' | ||
__version__ = '2.4.1' |
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