Hello,
might I suggest a new feature request: rotation of the ticks for seaborn objects? Or is it possible at this moment? I haven't found it yet.
Currently I use .on(axis).plot() and then on this axis I set it up via matplotlib with axis.xaxis.set_tick_params(rotation=90).