issue_comments
4 rows where issue = 337676676 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr · 4 ✖
 
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue | 
|---|---|---|---|---|---|---|---|---|---|---|---|
| 610506602 | https://github.com/pydata/xarray/pull/2264#issuecomment-610506602 | https://api.github.com/repos/pydata/xarray/issues/2264 | MDEyOklzc3VlQ29tbWVudDYxMDUwNjYwMg== | marccheneau 43777008 | 2020-04-07T17:02:28Z | 2020-04-07T17:02:28Z | NONE | I will have a look at it, starting with your initial commit. Regarding the change of return type, I won't be able to judge whether this can cause trouble or not.  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr 337676676 | |
| 609923611 | https://github.com/pydata/xarray/pull/2264#issuecomment-609923611 | https://api.github.com/repos/pydata/xarray/issues/2264 | MDEyOklzc3VlQ29tbWVudDYwOTkyMzYxMQ== | dcherian 2448579 | 2020-04-06T17:14:24Z | 2020-04-06T17:14:24Z | MEMBER | This never went in because I never finished it :) One bit of weirdness is that the return types are different for  Feel free to take over  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr 337676676 | |
| 609903211 | https://github.com/pydata/xarray/pull/2264#issuecomment-609903211 | https://api.github.com/repos/pydata/xarray/issues/2264 | MDEyOklzc3VlQ29tbWVudDYwOTkwMzIxMQ== | marccheneau 43777008 | 2020-04-06T16:36:15Z | 2020-04-06T16:36:15Z | NONE | Hi there. I have read this thread with a great interest as I was wondering whether it was possible to plot data from a Dataset with errorbars. Yet it seems that the changes discussed here were not merged in the end. At least I can't find the corresponding piece of code in the latest version of xarray/plot/plot.py. What is the current status of this feature?  | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr 337676676 | |
| 402229455 | https://github.com/pydata/xarray/pull/2264#issuecomment-402229455 | https://api.github.com/repos/pydata/xarray/issues/2264 | MDEyOklzc3VlQ29tbWVudDQwMjIyOTQ1NQ== | shoyer 1217238 | 2018-07-03T17:12:25Z | 2018-07-03T17:12:25Z | MEMBER | Very cool! 
 I'm pretty sure that under the covers matplotlib uses a loop when   | 
                
                    {
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
} | 
                
                    WIP DataArray.plot() can now plot errorbars with kwargs xerr, yerr 337676676 | 
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 3