When I input the Bruhat poset of type Bn in Sage as follows
W = WeylGroup("B2", prefix="s")
P = W.bruhat_poset()
display(plot(P))
the elements look like s2s1s2.
Question: Is there a way to represent the element in the form of signed permutation as for example findstat does (see for example http://www.findstat.org/StatisticsDatabase/St001427/ ) so that one sees the signed permutation in the graph as for example -132 or -3-21. (The motivation is that one can use the code in the thread https://ask.sagemath.org/question/56230/obtaining-incidence-algebras-for-gap-via-sage/ to obtain the quiver algebra in GAP with names one can regognize later).
Thanks for any help