so.Plot()
Leads to an inline plot enter image description here
but I would like to get a separate window like
plt.plot()
does: enter image description here
I'm using Spyder 5.4.4 and Python 3.11.4, Graphics backend in Spyder is Qt5.
Does anybody know why seaborn.objects behaves like this?