How to suppress output of plt.xticks(rotation=90) in Matplotlib?
I’m trying to create a bar plot in Matplotlib and rotate the x-axis labels. However, I don’t want the output of the plt.xticks function to be printed.
I’m trying to create a bar plot in Matplotlib and rotate the x-axis labels. However, I don’t want the output of the plt.xticks function to be printed.