home / github / pull_requests

Menu
  • GraphQL API
  • Search all tables

pull_requests: 1599566038

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
1599566038 PR_kwDOAMm_X85fV3DW 8449 closed 0 Use concise date format when plotting 14371165 <!-- Feel free to remove check-list items aren't relevant to your change --> - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` ```python import matplotlib.pyplot as plt import xarray as xr airtemps = xr.tutorial.open_dataset("air_temperature") air = airtemps.air - 273.15 air1d = air.isel(lat=10, lon=10) plt.figure() air1d.plot() ``` Before: ![image](https://github.com/pydata/xarray/assets/14371165/904bba6d-c889-4f38-98ce-b21e360fa9a0) After: ![image](https://github.com/pydata/xarray/assets/14371165/e3fe67ed-07e6-4933-b4a0-7ade6f3c35cd) 2023-11-13T20:32:22Z 2024-03-13T21:41:34Z 2023-11-21T19:26:24Z 2023-11-21T19:26:24Z dcf5d743fc8ff66996ff73c08f6893b701ff6e02     0 fffd08a82aee8580bdd3052e6ae16b8c16b044d1 bb8511e0894020e180d95d2edb29ed4036ac6447 MEMBER   13221727 https://github.com/pydata/xarray/pull/8449  

Links from other tables

  • 2 rows from pull_requests_id in labels_pull_requests
Powered by Datasette ยท Queries took 4.199ms