Skip to content

Commit e245938

Browse files
authored
Added subtitle on yaxis position
1 parent cff5589 commit e245938

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

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

56+
#### Position of the y-axis
57+
5658
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
5759
```python
5860
ax[i].yaxis.set_label_coords(x_coordinate, y_coordinate)
5961
```
62+
6063
## `change_log_axis_base`
6164

6265
```python

0 commit comments

Comments
 (0)