I have a DataFrame with a MultiIndex:
# -*- coding: utf-8 -*- import numpy as np import pandas as pd # dataframe with dates dates = pd.DataFrame() dates[\'2
Before your bp.set_xlabel("") statement, try this instead:
bp.set_xlabel("")
p = plt.gca() p.set_xlabel("") p.set_title("Some plot", fontsize=60) p.tick_params(axis='y', labelsize=60) p.tick_params(axis='x', labelsize=60)