home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 97833881

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
97833881 MDExOlB1bGxSZXF1ZXN0NDEwNzgzNjA= 499 Add colormap heuristics copied from Seaborn 1217238 closed 0     1 2015-07-29T01:14:05Z 2015-07-29T23:36:36Z 2015-07-29T23:36:34Z MEMBER   0 pydata/xarray/pulls/499

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

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/499/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 1 row from issue in issue_comments
Powered by Datasette · Queries took 81.837ms · About: xarray-datasette