Skip to content

Commit 4f21b09

Browse files
author
Gorshanov Vadim
committed
Use siunitx-texify for the axis title
1 parent eaa46c8 commit 4f21b09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tikzplotlib/_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__(self, data, obj): # noqa: C901
5858
data["current axis title"] = title
5959
if title:
6060
title = _common_texification(title)
61+
title = _siunitx_texification(title)
6162
self.axis_options.append(f"title={{{title}}}")
6263

6364
# get axes titles

0 commit comments

Comments
 (0)