FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
check_CTD-RDB/plot_mapgrid.m at master · euroargodev/check_CTD-RDB · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
euroargodev
/
check_CTD-RDB
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
check_CTD-RDB
/
plot_mapgrid.m
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (15 loc) · 557 Bytes
Breadcrumbs
check_CTD-RDB
/
plot_mapgrid.m
Copy path
File metadata and controls
15 lines (15 loc) · 557 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
function
h
=
plot_mapgrid(
unix
,
uniy
,
tdistn
,
cblims
,
cblevels
,
xt
,
yt
,
ttl
,
ftsz
,
figsize
)
if
nargin
<
11
figsize
=
[
1
45
1920
1089
];
end
figure(
'
Color
'
,
'
w
'
,
'
Position
'
,
figsize
);
set(
gcf
,
'
color
'
,
'
w
'
)
%
half point grid offset for pcolor(see m_map user guide)
m_pcolor(unix(
1
:
end
-
1
),uniy(
1
:
end
-
1
),
tdistn
)
caxis(
cblims
)
m_coast(
'
patch
'
,[
.7
.7
.7
],
'
edgecolor
'
,
'
k
'
);
m_grid(
'
xtick
'
,
xt
,
'
ytick
'
,
yt
,
'
XaxisLocation
'
,
'
bottom
'
,
'
tickdir
'
,
'
out
'
);
colormap(parula(
cblevels
))
h
=
colorbar
;
title(
ttl
)
set(findall(
gcf
,
'
-property
'
,
'
FontSize
'
),
'
FontSize
'
,
ftsz
)
Back
|
FazBrowse Home
|
New Git URL