爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 2155|回复: 0

[经验总结] 地图投影坐标轴两边显示不全问题解决(Python)

[复制链接]

新浪微博达人勋

发表于 2023-4-25 16:06:32 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
from cartopy.mpl.ticker importLongitudeFormatter,LatitudeFormatter#专门提供的经纬度的Former
ax1.set_xticks(x_extent,crs = ccrs.PlateCarree())
ax1.set_yticks(y_extent,crs =ccrs.PlateCarree())
lon_formatter =LongitudeFormatter(zero_direction_label=False)
lat_formatter = LatitudeFormatter()
ax1.xaxis.set_major_formatter(lon_formatter)
ax1.yaxis.set_major_formatter(lat_formatter)
gl1.xlabel_style = {'size':12}
gl1.ylabel_style = {'size':12}
#隐去自带的坐标
gl1.top_labels = False
gl1.right_labels = False
gl1.bottom_labels = False
gl1.left_labels = False

出图形式见附件



正常出图左下角是不显示经纬度的

正常出图左下角是不显示经纬度的
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表