home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 134321867 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • fmaussion 2
  • mathause 1

issue 1

  • colormap with vmin vmax · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
185598380 https://github.com/pydata/xarray/issues/766#issuecomment-185598380 https://api.github.com/repos/pydata/xarray/issues/766 MDEyOklzc3VlQ29tbWVudDE4NTU5ODM4MA== fmaussion 10050469 2016-02-18T08:38:50Z 2016-02-18T08:38:50Z MEMBER

I forgot to mention that center is set to 0 by default ;-)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  colormap with vmin vmax 134321867
185588680 https://github.com/pydata/xarray/issues/766#issuecomment-185588680 https://api.github.com/repos/pydata/xarray/issues/766 MDEyOklzc3VlQ29tbWVudDE4NTU4ODY4MA== mathause 10194086 2016-02-18T08:06:04Z 2016-02-18T08:06:04Z MEMBER

Ah, yes center=0 does the trick. Thank you.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  colormap with vmin vmax 134321867
185280802 https://github.com/pydata/xarray/issues/766#issuecomment-185280802 https://api.github.com/repos/pydata/xarray/issues/766 MDEyOklzc3VlQ29tbWVudDE4NTI4MDgwMg== fmaussion 10050469 2016-02-17T16:21:01Z 2016-02-17T16:24:33Z MEMBER

Yes, see https://github.com/pydata/xarray/pull/655

We decided that setting both vmin and vmax always imply a diverging colormap. The reason is that testing for vmax = -vmin is not robust. You should do:

python air2d.plot.pcolormesh(vmin=-24, center=0)

(edit for center=0 !!!!!)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  colormap with vmin vmax 134321867

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 560.271ms · About: xarray-datasette