I'm trying to use subscripts and italic in the y label in sns, this is what I would like to write:
This is the code I am using, but the 1/2 is not in italic and subscript. Any advice?
#ax2.set(ylabel=r'$g_s{t}$')
ax2.set(ylabel=' $g_s$ t\u2081/\u2082')
Thank you in advance