I am trying to display a chart with rotated x-axis labels, but the chart is not displaying.
import seaborn as sns %matplotlib inline yellow=\'#FFB11E\' by_schoo
This worked for me:
g.fig.autofmt_xdate()