Skip to content

Commit cff5589

Browse files
authored
Update README.md
Comment on the position of the y-axis labels
1 parent ea0c251 commit cff5589

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ plt.show()
5353
```
5454
![multifig](./assets/multifig.png)
5555

56+
By default, the x-coordinates of the y-axis labels are aligned with the subfigure labels, but the y-axis label position can be adjusted using
57+
```python
58+
ax[i].yaxis.set_label_coords(x_coordinate, y_coordinate)
59+
```
5660
## `change_log_axis_base`
5761

5862
```python

0 commit comments

Comments
 (0)