With the following code:
import matplotlib matplotlib.style.use(\'ggplot\') import matplotlib.pyplot as plt import pandas as pd df = pd.DataFrame({ \'cellty
You can use set_xticklabels()
ax.set_xticklabels(df['Names'], rotation=90, ha='right')