我在球体上定义了一些数据(球体不是地球):是否可以使用Python 2.6和matplotlib在地图(墨卡托地图类型)上“自动”绘制它们,或者我是否必须投影数据?
编辑:我的所有数据都是长时间的。
答案 0 :(得分:0)
这取决于你拥有什么和你想要什么:x-y和/或lat-lon?看起来您的问题类似于我遇到的问题,或多或少的答案: matplotlib and apect ratio of geographical-data plots
答案 1 :(得分:0)
考虑使用set_aspect()
,使用数据平均纬度的倒数。
有关工作示例,请参阅matplotlib and apect ratio of geographical-data plots。