issue_comments
2 rows where issue = 668256331 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- hue argument for xarray.plot.step() for plotting multiple histograms over shared bins · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1100930686 | https://github.com/pydata/xarray/issues/4288#issuecomment-1100930686 | https://api.github.com/repos/pydata/xarray/issues/4288 | IC_kwDOAMm_X85Bnt5- | stale[bot] 26384082 | 2022-04-17T18:43:45Z | 2022-04-17T18:43:45Z | NONE | In order to maintain a list of currently relevant issues, we mark issues as stale after a period of inactivity If this issue remains relevant, please comment here or remove the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
hue argument for xarray.plot.step() for plotting multiple histograms over shared bins 668256331 | |
666485140 | https://github.com/pydata/xarray/issues/4288#issuecomment-666485140 | https://api.github.com/repos/pydata/xarray/issues/4288 | MDEyOklzc3VlQ29tbWVudDY2NjQ4NTE0MA== | dcherian 2448579 | 2020-07-30T15:57:20Z | 2020-07-30T15:57:20Z | MEMBER | I think we can add Here's the error for ~/python/xarray/xarray/plot/plot.py in step(darray, where, drawstyle, ds, args, kwargs) 369 drawstyle = "steps-" + where + drawstyle 370 --> 371 return line(darray, args, drawstyle=drawstyle, **kwargs) 372 373 ~/python/xarray/xarray/plot/plot.py in line(darray, row, col, figsize, aspect, size, ax, hue, x, y, xincrease, yincrease, xscale, yscale, xticks, yticks, xlim, ylim, add_legend, _labels, args, *kwargs) 297 # Remove pd.Intervals if contained in xplt.values and/or yplt.values. 298 xplt_val, yplt_val, xlabel, ylabel, kwargs = _resolve_intervals_1dplot( --> 299 xplt.values, yplt.values, xlabel, ylabel, kwargs 300 ) 301 ~/python/xarray/xarray/plot/utils.py in _resolve_intervals_1dplot(xval, yval, xlabel, ylabel, kwargs) 509 510 # Convert intervals to double points --> 511 if _valid_other_type(np.array([xval, yval]), [pd.Interval]): 512 raise TypeError("Can't step plot intervals against intervals.") 513 if _valid_other_type(xval, [pd.Interval]): ValueError: could not broadcast input array from shape (100,7) into shape (100) ``` @jaicher PRs to fix these are very welcome! |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
hue argument for xarray.plot.step() for plotting multiple histograms over shared bins 668256331 |
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 2