Fix tight_layout warning on cartopy facetgrid docs example
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 4.2k
- Forks
- 1.4k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 14
Description
Per the fix in https://github.com/pydata/xarray/pull/4032, I'm pretty sure we will soon start seeing a warning message printed on ReadTheDocs in Cartopy FacetGrid example:
http://xarray.pydata.org/en/stable/plotting.html#maps
This would be nice to fix for users, especially because it's likely users will see this warning when running code outside of our documentation, too.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Cartopy FacetGrid maps example at the plotting documentation URL and compare its behavior with the fix described in pull request 4032. Reproduce the tight_layout warning in the documentation environment or locally, then update the example so it renders without that warning and verify the documentation build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100