I'd like the X and Y axes of my Excel charts to have the same scale on the screen, because I'm plotting geographical data. A 1km by 1km square should look like a square, not like a rectangle, i.e. no squishing of the map in one or the other direction. In Matlab, the command that would do this is axis equal
.
How do I do this using VBA? (I've never manipulated charts using VBA.)
Am I overlooking an even simpler solution directly in Excel?