home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 1099269025

This data as json

id node_id number state locked title user body created_at updated_at closed_at merged_at merge_commit_sha assignee milestone draft head base author_association auto_merge repo url merged_by
1099269025 PR_kwDOAMm_X85BhYOh 7219 closed 0 Explicitly remove grids for pcolormesh 14371165 Removes a warning in the plotting tests, related to https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.5.0.html#auto-removal-of-grids-by-pcolor-and-pcolormesh. I just added `ax.grid(False)` but maybe we just want whatever is the default of matplotlib? ```python import xarray as xr airtemps = xr.tutorial.open_dataset("air_temperature") air = airtemps.air - 273.15 air.attrs = airtemps.air.attrs air.attrs["units"] = "deg C" air2d = air.isel(time=500) fig, axs = plt.subplots(2,1) air2d.plot(ax=axs[0]) # No grid. air2d.plot(ax=axs[1]) # With grid. axs[1].grid(True) ``` ![image](https://user-images.githubusercontent.com/14371165/197848951-01834aba-a260-4793-aa66-85288875498d.png) 2022-10-25T18:04:14Z 2022-10-28T16:22:53Z 2022-10-28T16:22:53Z 2022-10-28T16:22:53Z 7ff2b04a9bfa5da86d23a0615dbb3ae6a84bde91     0 8a51e49deafe9f7862dc7fbefd8604272df368f8 519abb7bde020f2b27cb7e3dfddec8c6eecb7722 MEMBER   13221727 https://github.com/pydata/xarray/pull/7219  

Links from other tables

  • 2 rows from pull_requests_id in labels_pull_requests
Powered by Datasette · Queries took 0.611ms