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

Commit671703a

Browse files
authored
Merge pull request#24520 from oscargus/spelling2
Doc: Fix grammar and spelling
2 parents8dd1f3a +03a0b5e commit671703a

File tree

10 files changed

+114
-108
lines changed

10 files changed

+114
-108
lines changed

‎lib/matplotlib/offsetbox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def __init__(self, child, pad=None, draw_frame=False, patch_attrs=None):
510510
The contained `.Artist`.
511511
pad : float
512512
The padding in points. This will be scaled with the renderer dpi.
513-
In contrast *width* and *height* are in *pixels* and thus not
513+
In contrast, *width* and *height* are in *pixels* and thus not
514514
scaled.
515515
draw_frame : bool
516516
Whether to draw the contained `.FancyBboxPatch`.
@@ -919,7 +919,7 @@ def __init__(self, loc,
919919
The box location. Valid locations are
920920
'upper left', 'upper center', 'upper right',
921921
'center left', 'center', 'center right',
922-
'lower left', 'lower center, 'lower right'.
922+
'lower left', 'lower center', 'lower right'.
923923
For backward compatibility, numeric values are accepted as well.
924924
See the parameter *loc* of `.Legend` for details.
925925
pad : float, default: 0.4

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp