- 积分
- 204
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-10-16
- 最后登录
- 1970-1-1
|
发表于 2015-6-10 17:22:28
|
显示全部楼层
[lon,lat]=meshgrid([115:1/24:125],[35:1/24:41]);
m_proj('miller','lon',[115,125],'lat',[35,41]);
[c,hh]=m_contourf(lon,lat,sst,[0:2:25],'LineColor',[0 0 0],'LineWidth',1);
%figure(1),contourf(flipdim(sst,1),10);
%colorbar;
hold on;
m_gshhs_h('patch',[.7 .7 .7],'edgecolor',[.5 .5 .5],'linewidth',1.5),hold on;
%m_coast('patch',[.7 .7 .7]),hold on;
m_grid('box','on','xaxislocation','bottom');
现在变成m_grid的问题了,运行后就没有颜色了
|
-
-
sst.emf
925.32 KB, 下载次数: 0, 下载积分: 金钱 -5
|