plt.plotなどで図を描画するとき、タイトルにtexを入れたい場合の例

plt.title(r”Noisy signal: $S_{\rm ns}$”)

というように、先頭にrを付与し、$$で囲えばokです。