提交 883abde3 编写于 作者: W wizardforcel

fix

上级 8ffd47b4
...@@ -313,7 +313,7 @@ legend((line1, line2, line3), ('label1', 'label2', 'label3')) ...@@ -313,7 +313,7 @@ legend((line1, line2, line3), ('label1', 'label2', 'label3'))
| `'upper center'` | `9` | | `'upper center'` | `9` |
| `'center'` | `10` | | `'center'` | `10` |
或者,可以是一个二元组,提供图例的距离左下角`x, y`坐标(在这种情况下,`bbox_to_anchor`将被忽略)。 或者,可以是一个二元组,提供图例的距离左下角`x, y`坐标(在这种情况下,`bbox_to_anchor`将被忽略)。
`bbox_to_anchor `:`matplotlib.transforms.BboxBase`示例或者浮点元组。 `bbox_to_anchor `:`matplotlib.transforms.BboxBase`示例或者浮点元组。
...@@ -347,7 +347,7 @@ loc='upper right', bbox_to_anchor=(0.5, 0.5) ...@@ -347,7 +347,7 @@ loc='upper right', bbox_to_anchor=(0.5, 0.5)
`scatteryoffsets`:浮点的可迭代对象。 `scatteryoffsets`:浮点的可迭代对象。
为散点图图例条目创建的标记的垂直偏移量(相对于字体大小)。 0.0 是在图例文本的底部,1.0 是在顶部。 为了将所有标记绘制在相同的高度,请设置为`[0.5]`。 默认值为[`0.375,0.5,0.3125]`。 为散点图图例条目创建的标记的垂直偏移量(相对于字体大小)。 0.0 是在图例文本的底部,1.0 是在顶部。 为了将所有标记绘制在相同的高度,请设置为`[0.5]`。 默认值为`[0.375,0.5,0.3125]`。
`markerscale`:`None`、整数或者浮点。 `markerscale`:`None`、整数或者浮点。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册