pull_requests: 41078360
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
41078360 | MDExOlB1bGxSZXF1ZXN0NDEwNzgzNjA= | 499 | closed | 0 | Add colormap heuristics copied from Seaborn | 1217238 | A diverging colormap is inferred if the values span zero. Some examples: Day minus night temperature: ``` (ds.t2m[3] - ds.t2m[1]).plot() ```  With `robust=True`: ``` (ds.t2m[3] - ds.t2m[1]).plot(robust=True) ```  With `cmap='viridis'`: ``` (ds.t2m[3] - ds.t2m[1]).plot(robust=True, cmap='viridis') ```  cc @clarkfitzg | 2015-07-29T01:14:05Z | 2015-07-29T23:36:36Z | 2015-07-29T23:36:34Z | 2015-07-29T23:36:34Z | 82fcb1e754b54f2adb22a7f10b0e6272dffa98a3 | 0 | b8c6d99c4ef1f6ca88814deceefa9cfb743b555f | 69f7386763c84d9961f2bb2b248b34917da700a2 | MEMBER | 13221727 | https://github.com/pydata/xarray/pull/499 |
Links from other tables
- 1 row from pull_requests_id in labels_pull_requests