Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom tickmarks in contour_map() #48

Open
Aubery-W opened this issue Sep 28, 2021 · 0 comments
Open

Custom tickmarks in contour_map() #48

Aubery-W opened this issue Sep 28, 2021 · 0 comments

Comments

@Aubery-W
Copy link

Hi, I used PYNGL to draw a contour on the map by using the Ngl.contour_map() function. I want to specify the interval of the X coordinate tickmarks (adjust the the lat and lon labels to tenths of a degree), but when I specify the tmXBValues resource, it will prompt warning: tmXBValues is not a valid resource in contour.PlotManager at this time.

This can be achieved in NCL through the gsn_csm_contour_map function. I guess the contour_map() in Pyngl corresponds to the gsn_contour_map() in NCL, which is also impossible to customize ticks. I read all the functions provided by Pyngl, and it seems that there is no one that can custom tickmarks of contour on map.

Is there a way to custom tickmarks in contour_map(), or will the csm_contour_map() be added in a future update?

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant