Skip to content

Commit 883abde

Browse files
committed
fix
1 parent 8ffd47b commit 883abde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

3.6.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ legend((line1, line2, line3), ('label1', 'label2', 'label3'))
313313
| `'upper center'` | `9` |
314314
| `'center'` | `10` |
315315

316-
或者,可以是一个二元组,提供图例的距离左下角`x, y`坐标(在这种情况下,`bbox_to_anchor`将被忽略)。
316+
或者,可以是一个二元组,提供图例的距离左下角的`x, y`坐标(在这种情况下,`bbox_to_anchor`将被忽略)。
317317

318318
`bbox_to_anchor ``matplotlib.transforms.BboxBase`示例或者浮点元组。
319319

@@ -347,7 +347,7 @@ loc='upper right', bbox_to_anchor=(0.5, 0.5)
347347

348348
`scatteryoffsets`:浮点的可迭代对象。
349349

350-
为散点图图例条目创建的标记的垂直偏移量(相对于字体大小)。 0.0 是在图例文本的底部,1.0 是在顶部。 为了将所有标记绘制在相同的高度,请设置为`[0.5]`。 默认值为[`0.375,0.5,0.3125]`
350+
为散点图图例条目创建的标记的垂直偏移量(相对于字体大小)。 0.0 是在图例文本的底部,1.0 是在顶部。 为了将所有标记绘制在相同的高度,请设置为`[0.5]`。 默认值为`[0.375,0.5,0.3125]`
351351

352352
`markerscale``None`、整数或者浮点。
353353

0 commit comments

Comments
 (0)