equal angle plotting of GBPD #2185
Answered
by
filippeof
alexcaustin
asked this question in
Ask Anything
-
Hello, Thanks for your help, |
Beta Was this translation helpful? Give feedback.
Answered by
filippeof
Aug 17, 2024
Replies: 1 comment
-
Hi Alex, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ralfHielscher
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Alex,
If you are using this function, try changing:
pcolor(equiGrid,idwVec,'projection','edist','upper','smooth'); %
with:
pcolor(equiGrid,idwVec,'projection','eangle','upper','smooth'); %
Best,
Filippe