-
Hi, so for RadarDisplay class there is plot_grid_lines function. I was wondering what is the way to plot the grid lines for a GridMapDisplayBasemap? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
yhp92
Jul 14, 2023
Replies: 2 comments 1 reply
-
Hello Hanpu Yao you my use following method
GridMapDisplayBasemap.plot_crosshairs(*lon=None*, *lat=None*,
*line_style='r--'*, *linewidth=2*, *ax=None*)
Regards ,
Yogesh Kolte.
…On Thu, 13 Jul 2023 at 11:54, Hanpu Yao ***@***.***> wrote:
Hi, so for RadarDisplay class there is plot_grid_lines function. I was
wondering what is the way to plot the grid lines for a
GridMapDisplayBasemap?
Thank you!
—
Reply to this email directly, view it on GitHub
<#1436>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTLKM57COQC4PBNH6IMHW3XP6IBTANCNFSM6AAAAAA2IOJHGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Seems hardcoding the lat_lines and lon_lines works |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mgrover1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems hardcoding the lat_lines and lon_lines works
GridMapDisplayBasemap.plot_basemap(resolution='l',lat_lines=lat_lines, lon_lines=lon_lines)