Skip to content

Commit 3b38860

Browse files
authored
Update API.md
1 parent 7c4cb5a commit 3b38860

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

API.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,22 +203,22 @@
203203

204204
#### Parameters
205205

206-
- `brick1`: patchworklib.Brick or patchworklib.Bricks class object
206+
- `brick1`: patchworklib.Brick or patchworklib.Bricks class object
207207
Brick(s) class object to be joined with `brick2` object. The location of this
208208
object is used as the base position for determining the `brick2` placement.
209-
- `brick2`: patchworklib.Brick or patchworklib.Bricks class object
209+
- `brick2`: patchworklib.Brick or patchworklib.Bricks class object
210210
Brick(s) class object to be placed in specified in `brick1` object.
211211
- `position`: str, (`"upper right"`, `"lower rigtht"`, `"upper left"`, `"lower left"`)
212212
Position of `brick2` object in `brick1` object.
213-
- `wratio`: float, default: 0.1
213+
- `wratio`: float, default: 0.1
214214
Ratio of the `brick2` width to `brick1` object.
215-
- `hratio`: float, default: 0.1
215+
- `hratio`: float, default: 0.1
216216
Ratio of the `brick2` height to `brick1` object.
217-
- `vmargin`: float, default: 0.1
217+
- `vmargin`: float, default: 0.1
218218
Margin from the bottom/top.
219-
- `hmargin`: float, default: 0.1
219+
- `hmargin`: float, default: 0.1
220220
Margin from the right/left.
221-
- `alpha`: flaot, default: 0.0
221+
- `alpha`: flaot, default: 0.0
222222
Alpha of background of `brick2` object
223223

224224
#### Returns

0 commit comments

Comments
 (0)