I\'m running the following function:
def plot_variance_analysis(indices, stat_frames, legend_labels, shape): x = np.linspace(1, 5, 500) fig, axes = p
In Matplotlib 2.2 the tick labels can be turned back on using:
ax.xaxis.set_tick_params(labelbottom=True)