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

Commita451e2c

Browse files
authored
Merge pull request#17008 from SidharthBansal/patch-2
Change the description of Rectangle's xy parameter
2 parentsbb75f73 +d8561bd commita451e2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/matplotlib/patches.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,8 @@ def __init__(self, xy, width, height, angle=0.0, **kwargs):
720720
Parameters
721721
----------
722722
xy : (float, float)
723-
The bottom and left rectangle coordinates
723+
The rectangle extends from xy[0] to xy[0] + width in
724+
x-direction and from xy[1] to xy[1] + height in y-direction.
724725
width : float
725726
Rectangle width
726727
height : float

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp