|
From: Ryan R. <rjr...@uc...> - 2008-10-30 20:37:44
|
I'm trying plot 3D geographical data (latitude,longitude,altitude) and running into problems. Naturally, I'd like everything to be to scale, but set size ratio -1 only seems to affect the X and Y axes. I could get by this way, but the X and Y axes used by the aspect ratio calculation appear to be the display axes, not the data axes. So looking at a top view is scaled correctly in one orientation (display and data axes lined up) and backwards in another (display X aligned with data Y and vice versa) I've attached a self contained script that you can run to replicate the problem. I suppose that this is more of a feature request than a bug report, but either way it would be nice to get this added. Ryan |