› rotate-tick-labels-seabornRotate Axis Tick Labels of Seaborn Plots | Delft Stack Use the setp() Function to Rotate Labels on on Seaborn Axes Since most seaborn plots return a matplotlib axes object, we can use the setp() function from this library. We will take the tick label values using the xtick() function and rotate them using the rotation parameter of the setp() function.