We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81feb commit 6246102Copy full SHA for 6246102
src/tikzplotlib/_axes.py
@@ -21,6 +21,7 @@ def _siunitx_texification(string: str) -> str:
21
string = re.sub(r"\shour", r" \\si{\\hour}", string)
22
string = re.sub(r"\scc", r" \\si{\\cc}", string)
23
string = re.sub(r"\s\\%", r" \\si{\\percent}", string)
24
+ string = re.sub(r"\sg/um", r" \\si{\\g\\per\\um}", string)
25
return string
26
27
0 commit comments