Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8fb74db

Browse files
Adapt to change in Axes with maptlotlib==3.7.1 (#263)
Bump matplotlib to ``3.7.1`` in ``poetry.lock``.The matplotlib 'Axes' class no longer inherits from 'SubplotBase'sincematplotlib/matplotlib#23573.This breaks the '_get_subplot' method in 'sampling_point.py' whichchecks if the passed 'axes_obj' is a 'SubplotBase' instance todistinguish between indexable and non-indexable objects.To fix this, we now use a try-except block to index into the'axes_obj', and catch the 'TypeError' that is raised if it isand 'Axes' (as opposed to an array).---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Dominik Gresch <dominik.gresch@ansys.com>
1 parent79d83a0 commit8fb74db

File tree

2 files changed

+131
-48
lines changed

2 files changed

+131
-48
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp