home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 178501065 and user = 12703555 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • paulvija · 4 ✖

issue 1

  • 'levels' tick labels for discrete colormaps · 4 ✖

author_association 1

  • CONTRIBUTOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
367131876 https://github.com/pydata/xarray/issues/1015#issuecomment-367131876 https://api.github.com/repos/pydata/xarray/issues/1015 MDEyOklzc3VlQ29tbWVudDM2NzEzMTg3Ng== paulvija 12703555 2018-02-20T21:49:06Z 2018-02-20T21:49:06Z CONTRIBUTOR

Sorry this documentation job slipped out of my radar, @shoyer - if still keen I can contribute to the documentation?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  'levels' tick labels for discrete colormaps 178501065
249084940 https://github.com/pydata/xarray/issues/1015#issuecomment-249084940 https://api.github.com/repos/pydata/xarray/issues/1015 MDEyOklzc3VlQ29tbWVudDI0OTA4NDk0MA== paulvija 12703555 2016-09-23T02:17:42Z 2016-09-23T02:17:42Z CONTRIBUTOR

Got it! Thanks, I am keen to contribute with a short example.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  'levels' tick labels for discrete colormaps 178501065
249081072 https://github.com/pydata/xarray/issues/1015#issuecomment-249081072 https://api.github.com/repos/pydata/xarray/issues/1015 MDEyOklzc3VlQ29tbWVudDI0OTA4MTA3Mg== paulvija 12703555 2016-09-23T01:54:28Z 2016-09-23T01:54:28Z CONTRIBUTOR

PR?

Date: Thu, 22 Sep 2016 18:50:52 -0700 From: notifications@github.com To: xarray@noreply.github.com CC: vijay.paul@outlook.co.nz; mention@noreply.github.com Subject: Re: [pydata/xarray] 'levels' tick labels for discrete colormaps (#1015)

@paulvija @fmaussion either of you interested in putting together a PR? :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  'levels' tick labels for discrete colormaps 178501065
249062328 https://github.com/pydata/xarray/issues/1015#issuecomment-249062328 https://api.github.com/repos/pydata/xarray/issues/1015 MDEyOklzc3VlQ29tbWVudDI0OTA2MjMyOA== paulvija 12703555 2016-09-23T00:00:26Z 2016-09-23T00:01:32Z CONTRIBUTOR

cbar_kwargs works well for my purpose (plot.pcolormesh). Thanks for the help. Can this usage be shown in the documentation, at least mentioning that colorbar intervals can be placed at our wish or this comes under matplotlib?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  'levels' tick labels for discrete colormaps 178501065

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 110.433ms · About: xarray-datasette