Bar Plot Fix Lenthgy Labels Matplot

%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np

plt.xticks(rotation='vertical')
Dark Duck