home / github / pull_requests

Menu
  • Search all tables
  • GraphQL API

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() ``` ![image](https://cloud.githubusercontent.com/assets/1217238/8947777/0d995cd2-3554-11e5-988f-0531eb03f02f.png) With `robust=True`: ``` (ds.t2m[3] - ds.t2m[1]).plot(robust=True) ``` ![image](https://cloud.githubusercontent.com/assets/1217238/8947783/2a397610-3554-11e5-8064-5b926fd9972c.png) With `cmap='viridis'`: ``` (ds.t2m[3] - ds.t2m[1]).plot(robust=True, cmap='viridis') ``` ![image](https://cloud.githubusercontent.com/assets/1217238/8947795/51b886a4-3554-11e5-8401-d1649dbd5448.png) 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
Powered by Datasette · Queries took 0.909ms