home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

6 rows where user = 12703555 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 2

  • 'levels' tick labels for discrete colormaps 4
  • DOC: Plot discrete colormap with proportional colorbar 2

user 1

  • paulvija · 6 ✖

author_association 1

  • CONTRIBUTOR 6
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
369425474 https://github.com/pydata/xarray/pull/1930#issuecomment-369425474 https://api.github.com/repos/pydata/xarray/issues/1930 MDEyOklzc3VlQ29tbWVudDM2OTQyNTQ3NA== paulvija 12703555 2018-02-28T23:55:40Z 2018-02-28T23:55:40Z CONTRIBUTOR

@fmaussion Would the plot image display automatically here or something I have to do at my end? http://xarray.pydata.org/en/latest/auto_gallery/control_plot_colorbar.html

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: Plot discrete colormap with proportional colorbar 298822419
368660267 https://github.com/pydata/xarray/pull/1930#issuecomment-368660267 https://api.github.com/repos/pydata/xarray/issues/1930 MDEyOklzc3VlQ29tbWVudDM2ODY2MDI2Nw== paulvija 12703555 2018-02-26T21:40:31Z 2018-02-26T21:40:31Z CONTRIBUTOR

@shoyer Looks like stickler bot is still active.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DOC: Plot discrete colormap with proportional colorbar 298822419
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 15.335ms · About: xarray-datasette