How can I overline a symbol, such as xbar in statistics, in a message label?

0 votes
asked Dec 27, 2017 in To be sorted by Mikel Petty
How can I overline a symbol, such as xbar in statistics, in a message label?

1 Answer

0 votes
answered Dec 29, 2017 by Serge Wenger Work (15,620 points)

You can use http://plantuml.com/ascii-math

Ex:

@startuml
Bob -> Alice : hello <math>bar x</math>
@enduml

...