ax.axes.xaxis.set_ticklabels([])
for i in range(len(COLUMNS)): for j in range(len(COLUMNS)): # If on the upper triangle if i < j: axes[i, j].remove() # See the chart now fig