Skip to content

Commit 2faa203

Browse files
committed
Update axes.md
1 parent db090b8 commit 2faa203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/python/axes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ fig.show()
156156

157157
#### Specifying Label Aliases
158158

159+
*New in 5.14*
160+
159161
With `labelalias`, you can specify replacement text for specific tick and hover labels. In this example, the dataset has the weekend days as "Sat" and "Sun". By setting `labelalias=dict(Sun="Sunday", Sat= "Saturday")`, we spell the days out in full.
160162

161163
```python

0 commit comments

Comments
 (0)