Skip to content

Commit 62cf31a

Browse files
committed
Black + compatibility fixes
1 parent 36b8150 commit 62cf31a

File tree

8 files changed

+4422
-3667
lines changed

8 files changed

+4422
-3667
lines changed

proplot/axes/base.py

Lines changed: 728 additions & 552 deletions
Large diffs are not rendered by default.

proplot/axes/cartesian.py

Lines changed: 380 additions & 251 deletions
Large diffs are not rendered by default.

proplot/axes/plot.py

Lines changed: 992 additions & 690 deletions
Large diffs are not rendered by default.

proplot/colors.py

Lines changed: 573 additions & 452 deletions
Large diffs are not rendered by default.

proplot/config.py

Lines changed: 324 additions & 288 deletions
Large diffs are not rendered by default.

proplot/figure.py

Lines changed: 449 additions & 307 deletions
Large diffs are not rendered by default.

proplot/internals/rcsetup.py

Lines changed: 975 additions & 1126 deletions
Large diffs are not rendered by default.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ project_urls =
2727

2828
[options]
2929
packages = proplot
30-
install_requires = matplotlib>=3.0.0,<3.6.0
30+
install_requires = matplotlib>=3.0.0,<3.8.3
3131
include_package_data = True
3232
python_requires = >=3.6.0

0 commit comments

Comments
 (0)