home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 384510948

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/2084#issuecomment-384510948 https://api.github.com/repos/pydata/xarray/issues/2084 384510948 MDEyOklzc3VlQ29tbWVudDM4NDUxMDk0OA== 1217238 2018-04-26T04:40:00Z 2018-04-26T04:40:00Z MEMBER

CC @dcherian

I agree, this would be a useful feature. Any interest in working on a pull request? :)

I think this could be built on top of the existing FacetGrid functionality in xarray.plot (like xarray's other faceted plots), e.g., building on your example xr.plot.FacetGrid(d3, col='y', row='z', size=1.5).map(plt.plot, 'x', Ellipsis) produces:

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  317853953
Powered by Datasette · Queries took 1.027ms · About: xarray-datasette