scatter_matrix: coordinate misalignment among diagonal and off-diagonal plots · Issue #5497 · pandas-dev/pandas (original) (raw)

I make extensive use of scatter_matrix and I find misalignments in the coordinates of the scatter plots (off-diagonal) and the histograms (on-diagonal) which seem undesirable to me.

Consider the picture example
).

In this case, there is a clear misalignment (of about .02) in the x-coordinate between the subplot in position 1,2 and the subplot in position 2,2.
In other words, the peeks in subplots 1,2 and 2,2 should occur at the same x location
(at least, IMHO, this would be more meaningful behavior).