|
203 | 203 |
|
204 | 204 | #### Parameters |
205 | 205 |
|
206 | | - - `brick1`: patchworklib.Brick or patchworklib.Bricks class object |
| 206 | + - `brick1`: patchworklib.Brick or patchworklib.Bricks class object |
207 | 207 | Brick(s) class object to be joined with `brick2` object. The location of this |
208 | 208 | 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 |
210 | 210 | Brick(s) class object to be placed in specified in `brick1` object. |
211 | 211 | - `position`: str, (`"upper right"`, `"lower rigtht"`, `"upper left"`, `"lower left"`) |
212 | 212 | Position of `brick2` object in `brick1` object. |
213 | | - - `wratio`: float, default: 0.1 |
| 213 | + - `wratio`: float, default: 0.1 |
214 | 214 | Ratio of the `brick2` width to `brick1` object. |
215 | | - - `hratio`: float, default: 0.1 |
| 215 | + - `hratio`: float, default: 0.1 |
216 | 216 | Ratio of the `brick2` height to `brick1` object. |
217 | | - - `vmargin`: float, default: 0.1 |
| 217 | + - `vmargin`: float, default: 0.1 |
218 | 218 | Margin from the bottom/top. |
219 | | - - `hmargin`: float, default: 0.1 |
| 219 | + - `hmargin`: float, default: 0.1 |
220 | 220 | Margin from the right/left. |
221 | | - - `alpha`: flaot, default: 0.0 |
| 221 | + - `alpha`: flaot, default: 0.0 |
222 | 222 | Alpha of background of `brick2` object |
223 | 223 |
|
224 | 224 | #### Returns |
|
0 commit comments