How to customize a scatter matrix to see all titles?
As a minimal scatter_matrix example to switch off axis ticks and rotate the labels, #May need to offset label when rotating to prevent overlap of figure #Hide all ticks plt.show() and similarly, you can adjust labels, resize, etc with any of the axis objects contained in the returned handle from scatter_matrix. This results in,