With the following code:
import matplotlib matplotlib.style.use(\'ggplot\') import matplotlib.pyplot as plt import pandas as pd df = pd.DataFrame({ \'cellty
Try this -
plt.xticks(rotation=90)